Html Css Color HEX #137F17 Forest Green

📋 copy color: '#137F17'

red 19 ◦ green 127 ◦ blue 23

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

Shades of Forest Green #137F17

Tints of Forest Green #137F17

RGB

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

 GREEN value IS 127 (50% from 255) = 75.15%

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 11.24%
G = 75.15%
B = 13.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#137F17 (or 0x137F17) is known color: Forest Green. HEX triplet: 13, 7F and 17. RGB value is (19,127,23). Sum of RGB (Red+Green+Blue) = 19+127+23=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 127 (50% from 255 or 75.15% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 127 - color contains mainly: green. Hex color #137F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F17 is #EC80E8. Grayscale: #535353. Windows color (decimal): -15499497 or 1539859. OLE color: 1539859.

HSL color Cylindrical-coordinate representation of color #137F17: hue angle of 122.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F17 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 23 -
CMYK 0.85 0 0.82 0.50
HSL 122.22º 0.74% 0.29% -
HSV(B) 122.22º 0.85% 0.5% -
XYZ 8.01 15.38 3.36 -
YUV 82.85 94.22 82.46 -
System Red Green Blue C M Y K H S L
Decimal 19 127 23 0.85 0 0.82 0.50 122.22 0.74 0.29
Hex 13 7F 17 55 0 52 32 7A 4A 1D
Octal 23 177 27 125 0 122 62 172 112 35
Binary 10011 1111111 10111 1010101 0 1010010 110010 1111010 1001010 11101

Color Harmonies of #137F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F17

Black with #137F17

Text Example


Text Example

White with #137F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,23); }

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

background-color css

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

 a { background-color: rgb(19,127,23); }

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

border-color css

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

 span { border-color: rgb(19,127,23); }

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