COLOR #255E19

HEX: #255E19
RGB: (37,94,25)

Color info

#255E19 contains mainly red and green colors. Web safe color of #255E19 is #336600 (or #360).

RGB color model

#255E19 color RGB value is (37,94,25).

  • red value is 37;
  • green value is 94;
  • blue value is 25.
RGB:
(37,94,25)
(15%,37%,10%)

RGB channels and saturation

R 37 of 255 = 15%
G 94 of 255 = 37%
B 25 of 255 = 10%

37
94
25

R + G + B ~ 21%. #255E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 94 + 25 = 156 (100%)
R 37 of 156 ~ 23.72%
G 94 of 156 ~ 60.26%
B 25 of 156 ~ 16.03%

%23.72
%60.26
%16.03

CMYK color model

#255E19 color CMYK value is (61,0,73,63).

  • cyan value is 60.64%
  • magenta value is 0.00%
  • yellow value is 73.40%
  • key color value is 63.14%
CMYK:
(61,0,73,63)
C61M0Y73K63 
(61%,0%,73%,63%)
(0.61/0.00/0.73/0.63)	

CMYK percentages

%60.64
%0
%73.4
%63.14

Codes

Color #255E19 in popluar color models

255E19
RGB379425
HSL110°57.98%23.33%
HSB/HSV110°73.40%36.86%
CMYK60.64%0.00%73.40%
63.14%

Color #255E19 in popluar number systems.

HEX255E19
Decimal379425
Binary100101101111011001
Octal4513631

Shades and tints

Shades of #255E19

#255E19
(37,94,25)
#225617
(34,86,23)
#1F4E15
(31,78,21)
#1C4613
(28,70,19)
#193E11
(25,62,17)
#16360F
(22,54,15)
#132E0D
(19,46,13)
#10260B
(16,38,11)
#0D1E09
(13,30,9)
#0A1607
(10,22,7)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #255E19

#255E19
(37,94,25)
#386C2D
(56,108,45)
#4B7A41
(75,122,65)
#5E8855
(94,136,85)
#719669
(113,150,105)
#84A47D
(132,164,125)
#97B291
(151,178,145)
#AAC0A5
(170,192,165)
#BDCEB9
(189,206,185)
#D0DCCD
(208,220,205)
#E3EAE1
(227,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255E19 color. Also use rgb(37,94,25) instead hex code.

Text Font Color

.myTextColor { color: #255E19; }

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

This text font color is #255E19.


Background Color

.myBgColor { background-color: #255E19; }

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

This div background color is #255E19.


Border color

.myBorderColor { border: 1px solid #255E19; }

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

This div border color is #255E19.


Opacity

.myOpacity80 { color: #255E19; opacity: 0.8; }

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

Text with #255E19 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 #255E19;}

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

This text has shadow with #255E19 color.

.textShadow {text-shadow: 3px 3px 1px #255E19, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #255E19;
-webkit-box-shadow: 1px 1px 3px 2px #255E19;
box-shadow:1px 1px 3px 2px #255E19;">
Div content here</div>
This div box has shadow with color #255E19.

Preview

Color preview on black background

This text has color #255E19 on black background.


Color preview on white background

This text has color #255E19 on white background.



Black color preview on #255E19 background

This text has black color on #255E19 background.


White color preview on #255E19 background

This text has white color on #255E19 background.