#16982E

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

Shades of Forest Green #16982E

Tints of Forest Green #16982E

Color information

#16982E (or 0x16982E) is unknown color: approx Forest Green. HEX triplet: 16, 98 and 2E. RGB value is (22,152,46). Sum of RGB (Red+Green+Blue) = 22+152+46=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 152 (59.77% from 255 or 69.09% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 152 - color contains mainly: green. Hex color #16982E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16982E is #E967D1. Grayscale: #656565. Windows color (decimal): -15296466 or 3053590. OLE color: 3053590.

HSL color Cylindrical-coordinate representation of color #16982E: hue angle of 131.08º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16982E is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB2215246-
CMYK0.8600.700.40
HSL131.08º74.71%34.12%-
HSV(B)131.08º85.53%59.61%-
XYZ12.0522.826.36-
YUV101.0596.9371.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 152 (59.77% from 255) = 69.09%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=10%
G=69.09%
B=20.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22152460.8600.700.40131.0874.7134.12
Hex16982E5604628834b22
Octal262305612601065020311342
Binary1011010011000101110101011001000110101000100000111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16982E; }

 p { color: rgb(22,152,46); }

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

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

 a { background-color: rgb(22,152,46); }

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

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

 span { border-color: rgb(22,152,46); }

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