Html Css Color HEX #137D1E Forest Green

📋 copy color: '#137D1E'

red 19 ◦ green 125 ◦ blue 30

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

Shades of Forest Green #137D1E

Tints of Forest Green #137D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 71.84%

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 10.92%
G = 71.84%
B = 17.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#137D1E (or 0x137D1E) is known color: Forest Green. HEX triplet: 13, 7D and 1E. RGB value is (19,125,30). Sum of RGB (Red+Green+Blue) = 19+125+30=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 125 (49.22% from 255 or 71.84% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 125 - color contains mainly: green. Hex color #137D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D1E is #EC82E1. Grayscale: #525252. Windows color (decimal): -15500002 or 1998099. OLE color: 1998099.

HSL color Cylindrical-coordinate representation of color #137D1E: hue angle of 126.23º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D1E is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 125 30 -
CMYK 0.85 0 0.76 0.51
HSL 126.23º 0.74% 0.28% -
HSV(B) 126.23º 0.85% 0.49% -
XYZ 7.84 14.9 3.69 -
YUV 82.48 98.38 82.72 -
System Red Green Blue C M Y K H S L
Decimal 19 125 30 0.85 0 0.76 0.51 126.23 0.74 0.28
Hex 13 7D 1E 55 0 4C 33 7E 4A 1C
Octal 23 175 36 125 0 114 63 176 112 34
Binary 10011 1111101 11110 1010101 0 1001100 110011 1111110 1001010 11100

Color Harmonies of #137D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D1E

Black with #137D1E

Text Example


Text Example

White with #137D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137D1E; }

 p { color: rgb(19,125,30); }

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

background-color css

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

 a { background-color: rgb(19,125,30); }

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

border-color css

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

 span { border-color: rgb(19,125,30); }

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