Html Css Color HEX #137D15 Forest Green

📋 copy color: '#137D15'

red 19 ◦ green 125 ◦ blue 21

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

Shades of Forest Green #137D15

Tints of Forest Green #137D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.73%

R = 11.52%
G = 75.76%
B = 12.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#137D15 (or 0x137D15) is known color: Forest Green. HEX triplet: 13, 7D and 15. RGB value is (19,125,21). Sum of RGB (Red+Green+Blue) = 19+125+21=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 125 (49.22% from 255 or 75.76% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 125 - color contains mainly: green. Hex color #137D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D15 is #EC82EA. Grayscale: #515151. Windows color (decimal): -15500011 or 1408275. OLE color: 1408275.

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

Color convert

RGB 19 125 21 -
CMYK 0.85 0 0.83 0.51
HSL 121.13º 0.74% 0.28% -
HSV(B) 121.13º 0.85% 0.49% -
XYZ 7.74 14.86 3.17 -
YUV 81.45 93.88 83.46 -
System Red Green Blue C M Y K H S L
Decimal 19 125 21 0.85 0 0.83 0.51 121.13 0.74 0.28
Hex 13 7D 15 55 0 53 33 79 4A 1C
Octal 23 175 25 125 0 123 63 171 112 34
Binary 10011 1111101 10101 1010101 0 1010011 110011 1111001 1001010 11100

Color Harmonies of #137D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D15

Black with #137D15

Text Example


Text Example

White with #137D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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