#138216

Color #138216 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #138216

Tints of Forest Green #138216

Color information

#138216 (or 0x138216) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 16. RGB value is (19,130,22). Sum of RGB (Red+Green+Blue) = 19+130+22=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #138216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138216 is #EC7DE9. Grayscale: #545454. Windows color (decimal): -15498730 or 1475091. OLE color: 1475091.

HSL color Cylindrical-coordinate representation of color #138216: hue angle of 121.62º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138216 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1913022-
CMYK0.8500.830.49
HSL121.62º74.5%29.22%-
HSV(B)121.62º85.38%50.98%-
XYZ8.416.163.44-
YUV84.592.7381.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 130 (51.17% from 255) = 76.02%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=11.11%
G=76.02%
B=12.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130220.8500.830.49121.6274.529.22
Hex13821655053317a4a1d
Octal232022612501236117211235
Binary1001110000010101101010101010100111100011111010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138216; }

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

 H1.HeaderClassName
 {
   color: #138216;
 }
 .AnyTagClassName
 {
   color: #138216;
 }
</style>
background-color css

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

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

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

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

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

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