Html Css Color HEX #137216 Forest Green

📋 copy color: '#137216'

red 19 ◦ green 114 ◦ blue 22

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

Shades of Forest Green #137216

Tints of Forest Green #137216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 12.26%
G = 73.55%
B = 14.19%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#137216 (or 0x137216) is known color: Forest Green. HEX triplet: 13, 72 and 16. RGB value is (19,114,22). Sum of RGB (Red+Green+Blue) = 19+114+22=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #137216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137216 is #EC8DE9. Grayscale: #4B4B4B. Windows color (decimal): -15502826 or 1470995. OLE color: 1470995.

HSL color Cylindrical-coordinate representation of color #137216: hue angle of 121.89º 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 #137216 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 22 -
CMYK 0.83 0 0.81 0.55
HSL 121.89º 0.71% 0.26% -
HSV(B) 121.89º 0.83% 0.45% -
XYZ 6.43 12.23 2.78 -
YUV 75.11 98.03 87.98 -
System Red Green Blue C M Y K H S L
Decimal 19 114 22 0.83 0 0.81 0.55 121.89 0.71 0.26
Hex 13 72 16 53 0 51 37 7A 47 1A
Octal 23 162 26 123 0 121 67 172 107 32
Binary 10011 1110010 10110 1010011 0 1010001 110111 1111010 1000111 11010

Color Harmonies of #137216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137216

Black with #137216

Text Example


Text Example

White with #137216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137216; }

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

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

background-color css

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

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

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

border-color css

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

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

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