COLOR #256130

HEX: #256130 RGB: (37,97,48)

Color info

#256130 contains mainly green and blue colors. Web safe color of #256130 is #336633 (or #363).

RGB color model

#256130 color RGB value is (37,97,48).

RGB: (37,97,48) (15%, 38%, 19%)

RGB channels and saturation

R 37 of 255 = 15%
G 97 of 255 = 38%
B 48 of 255 = 19%

37
97
48

R + G + B ~ 24%. #256130 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 97 + 48 = 182 (100%)
R 37 of 182 ~ 20.33%
G 97 of 182 ~ 53.3%
B 48 of 182 ~ 26.37'%

%20.33
%53.3
%26.37

CMYK color model

#256130 color CMYK value is (62,0,51,62).

  • cyan value is 61.86%
  • magenta value is 0.00%
  • yellow value is 50.52%
  • key color value is 61.96%
CMYK: (62,0,51,62) C62M0Y51K62 (62%,0%,51%,62%) (0.62/0.00/0.51/0.62) 

CMYK percentages

%61.86
%0
%50.52
%61.96

Codes

Color #256130 in popluar color models

25 61 30
RGB 37 97 48
HSL 131° 44.78% 26.27%
HSB/HSV 131° 61.86% 38.04%
CMYK 61.86% 0.00% 50.52%
61.96%

Color #256130 in popluar number systems.

HEX 25 61 30
Decimal 37 97 48
Binary 100101 1100001 110000
Octal 45 141 60

Shades and tints

Shades of #256130

#256130
(37,97,48)
#22592C
(34,89,44)
#1F5128
(31,81,40)
#1C4924
(28,73,36)
#194120
(25,65,32)
#16391C
(22,57,28)
#133118
(19,49,24)
#102914
(16,41,20)
#0D2110
(13,33,16)
#0A190C
(10,25,12)
#071108
(7,17,8)
#000000
(0,0,0)

Tints of #256130

#256130
(37,97,48)
#386F42
(56,111,66)
#4B7D54
(75,125,84)
#5E8B66
(94,139,102)
#719978
(113,153,120)
#84A78A
(132,167,138)
#97B59C
(151,181,156)
#AAC3AE
(170,195,174)
#BDD1C0
(189,209,192)
#D0DFD2
(208,223,210)
#E3EDE4
(227,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256130 color. Also use rgb(37,97,48) instead hex code.

Text Font Color

.myTextColor { color: #256130; }

<p style="color:#256130">This sample text font color is #256130.</p>

This text font color is #256130.

Background Color

.myBgColor { background-color: #256130; }

<div style="background-color:#256130">Inner text</div>

This div background color is #256130.

Border color

.myBorderColor { border: 1px solid #256130; }

<div style="border:3px solid #256130">Div</div>

This div border color is #256130.

Opacity

.myOpacity80 { color: #256130; opacity: 0.8; }

<p style="color:#256130;opacity:0.8;">80%</p>

Text with #256130 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #256130;}

<p style="text-shadow: 3px 3px 1px #256130">Text here.</p>

This text has shadow with #256130 color.


.textShadow {text-shadow: 3px 3px 1px #256130', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #256130, 5px 5px 20px red">Text here.</p>

This text has shadow with #256130 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#256130, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#256130, Direction=45, Strength=4)">Text</p>

This text has shadow with #256130 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #256130;
-webkit-box-shadow: 1px 1px 3px 2px #256130;
box-shadow: 1px 1px 3px 2px #256130;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #256130; -webkit-box-shadow: 1px 1px 3px 2px #256130; box-shadow:1px 1px 3px 2px #256130;">
Div content here
</div>

This div box has shadow with color #256130.

Preview

Color preview on black background

This text has color #256130 on black background.


Color preview on white background

This text has color #256130 on white background.


Black color preview on #256130 background

This text has black color on #256130 background.


White color preview on #256130 background

This text has white color on #256130 background.


Related colors

Complementary color

Complementary color for #hex is #DA9ECF.


I love getcolorcode.com

Triadic colors

1 #302561 and #613025 with #256130 are triadic colors.

2 #306125 and #612530 with #256130 are triadic colors.