Html Css Color HEX #137518 Forest Green

📋 copy color: '#137518'

red 19 ◦ green 117 ◦ blue 24

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

Shades of Forest Green #137518

Tints of Forest Green #137518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 73.13%

 BLUE value IS 24 (9.77% from 255) = 15%

R = 11.88%
G = 73.13%
B = 15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#137518 (or 0x137518) is known color: Forest Green. HEX triplet: 13, 75 and 18. RGB value is (19,117,24). Sum of RGB (Red+Green+Blue) = 19+117+24=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #137518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137518 is #EC8AE7. Grayscale: #4D4D4D. Windows color (decimal): -15502056 or 1602835. OLE color: 1602835.

HSL color Cylindrical-coordinate representation of color #137518: hue angle of 123.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137518 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 24 -
CMYK 0.84 0 0.79 0.54
HSL 123.06º 0.72% 0.27% -
HSV(B) 123.06º 0.84% 0.46% -
XYZ 6.79 12.93 3 -
YUV 77.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 19 117 24 0.84 0 0.79 0.54 123.06 0.72 0.27
Hex 13 75 18 54 0 4F 36 7B 48 1B
Octal 23 165 30 124 0 117 66 173 110 33
Binary 10011 1110101 11000 1010100 0 1001111 110110 1111011 1001000 11011

Color Harmonies of #137518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137518

Black with #137518

Text Example


Text Example

White with #137518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137518; }

 p { color: rgb(19,117,24); }

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

background-color css

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

 a { background-color: rgb(19,117,24); }

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

border-color css

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

 span { border-color: rgb(19,117,24); }

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