Html Css Color HEX #137D12 Forest Green

📋 copy color: '#137D12'

red 19 ◦ green 125 ◦ blue 18

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

Shades of Forest Green #137D12

Tints of Forest Green #137D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 11.73%
G = 77.16%
B = 11.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#137D12 (or 0x137D12) is known color: Forest Green. HEX triplet: 13, 7D and 12. RGB value is (19,125,18). Sum of RGB (Red+Green+Blue) = 19+125+18=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 125 (49.22% from 255 or 77.16% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 125 - color contains mainly: green. Hex color #137D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D12 is #EC82ED. Grayscale: #515151. Windows color (decimal): -15500014 or 1211667. OLE color: 1211667.

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

Color convert

RGB 19 125 18 -
CMYK 0.85 0 0.86 0.51
HSL 119.44º 0.75% 0.28% -
HSV(B) 119.44º 0.86% 0.49% -
XYZ 7.71 14.85 3.03 -
YUV 81.11 92.38 83.7 -
System Red Green Blue C M Y K H S L
Decimal 19 125 18 0.85 0 0.86 0.51 119.44 0.75 0.28
Hex 13 7D 12 55 0 56 33 77 4B 1C
Octal 23 175 22 125 0 126 63 167 113 34
Binary 10011 1111101 10010 1010101 0 1010110 110011 1110111 1001011 11100

Color Harmonies of #137D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D12

Black with #137D12

Text Example


Text Example

White with #137D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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