Html Css Color HEX #137218 Forest Green

📋 copy color: '#137218'

red 19 ◦ green 114 ◦ blue 24

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

Shades of Forest Green #137218

Tints of Forest Green #137218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 72.61%

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

R = 12.1%
G = 72.61%
B = 15.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#137218 (or 0x137218) is known color: Forest Green. HEX triplet: 13, 72 and 18. RGB value is (19,114,24). Sum of RGB (Red+Green+Blue) = 19+114+24=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #137218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137218 is #EC8DE7. Grayscale: #4B4B4B. Windows color (decimal): -15502824 or 1602067. OLE color: 1602067.

HSL color Cylindrical-coordinate representation of color #137218: hue angle of 123.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137218 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 24 -
CMYK 0.83 0 0.79 0.55
HSL 123.16º 0.71% 0.26% -
HSV(B) 123.16º 0.83% 0.45% -
XYZ 6.45 12.24 2.89 -
YUV 75.34 99.03 87.82 -
System Red Green Blue C M Y K H S L
Decimal 19 114 24 0.83 0 0.79 0.55 123.16 0.71 0.26
Hex 13 72 18 53 0 4F 37 7B 47 1A
Octal 23 162 30 123 0 117 67 173 107 32
Binary 10011 1110010 11000 1010011 0 1001111 110111 1111011 1000111 11010

Color Harmonies of #137218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137218

Black with #137218

Text Example


Text Example

White with #137218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137218; }

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

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

background-color css

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

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

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

border-color css

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

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

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