Html Css Color HEX #137D14 Forest Green

📋 copy color: '#137D14'

red 19 ◦ green 125 ◦ blue 20

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

Shades of Forest Green #137D14

Tints of Forest Green #137D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 11.59%
G = 76.22%
B = 12.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#137D14 (or 0x137D14) is known color: Forest Green. HEX triplet: 13, 7D and 14. RGB value is (19,125,20). Sum of RGB (Red+Green+Blue) = 19+125+20=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 125 (49.22% from 255 or 76.22% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 125 - color contains mainly: green. Hex color #137D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D14 is #EC82EB. Grayscale: #515151. Windows color (decimal): -15500012 or 1342739. OLE color: 1342739.

HSL color Cylindrical-coordinate representation of color #137D14: hue angle of 120.57º 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 #137D14 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 125 20 -
CMYK 0.85 0 0.84 0.51
HSL 120.57º 0.74% 0.28% -
HSV(B) 120.57º 0.85% 0.49% -
XYZ 7.73 14.86 3.12 -
YUV 81.34 93.38 83.54 -
System Red Green Blue C M Y K H S L
Decimal 19 125 20 0.85 0 0.84 0.51 120.57 0.74 0.28
Hex 13 7D 14 55 0 54 33 79 4A 1C
Octal 23 175 24 125 0 124 63 171 112 34
Binary 10011 1111101 10100 1010101 0 1010100 110011 1111001 1001010 11100

Color Harmonies of #137D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D14

Black with #137D14

Text Example


Text Example

White with #137D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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