Html Css Color HEX #137019 Forest Green

📋 copy color: '#137019'

red 19 ◦ green 112 ◦ blue 25

#137019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #137019

Tints of Forest Green #137019

RGB

 RED value IS 19 (7.81% from 255) = 12.18%

 GREEN value IS 112 (44.14% from 255) = 71.79%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 12.18%
G = 71.79%
B = 16.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#137019 (or 0x137019) is known color: Forest Green. HEX triplet: 13, 70 and 19. RGB value is (19,112,25). Sum of RGB (Red+Green+Blue) = 19+112+25=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #137019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137019 is #EC8FE6. Grayscale: #4A4A4A. Windows color (decimal): -15503335 or 1667091. OLE color: 1667091.

HSL color Cylindrical-coordinate representation of color #137019: hue angle of 123.87º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137019 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 25 -
CMYK 0.83 0 0.78 0.56
HSL 123.87º 0.71% 0.26% -
HSV(B) 123.87º 0.83% 0.44% -
XYZ 6.24 11.8 2.87 -
YUV 74.28 100.19 88.57 -
System Red Green Blue C M Y K H S L
Decimal 19 112 25 0.83 0 0.78 0.56 123.87 0.71 0.26
Hex 13 70 19 53 0 4E 38 7C 47 1A
Octal 23 160 31 123 0 116 70 174 107 32
Binary 10011 1110000 11001 1010011 0 1001110 111000 1111100 1000111 11010

Color Harmonies of #137019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137019

Black with #137019

Text Example


Text Example

White with #137019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137019; }

 p { color: rgb(19,112,25); }

 H1.HeaderClassName
 {
   color: #137019;
 }
 .AnyTagClassName
 {
   color: #137019;
 }
</style>

background-color css

<style>
 a { background-color: #137019; }

 a { background-color: rgb(19,112,25); }

 div.DivClassName
 {
   background-color: #137019;
 }
 .BgClassName
 {
   background-color: #137019;
 }
</style>

border-color css

<style>
 span { border-color: #137019; }

 span { border-color: rgb(19,112,25); }

 td.TdClassName
 {
   border-color: #137019;
 }
 .TagClassName
 {
   border-color: #137019;
 }
</style>