#16962A

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

Shades of Forest Green #16962A

Tints of Forest Green #16962A

Color information

#16962A (or 0x16962A) is unknown color: approx Forest Green. HEX triplet: 16, 96 and 2A. RGB value is (22,150,42). Sum of RGB (Red+Green+Blue) = 22+150+42=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #16962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16962A is #E969D5. Grayscale: #636363. Windows color (decimal): -15296982 or 2790934. OLE color: 2790934.

HSL color Cylindrical-coordinate representation of color #16962A: hue angle of 129.38º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16962A is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB2215042-
CMYK0.8500.720.41
HSL129.38º74.42%33.73%-
HSV(B)129.38º85.33%58.82%-
XYZ11.6622.155.85-
YUV99.4295.5972.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 150 (58.98% from 255) = 70.09%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=10.28%
G=70.09%
B=19.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22150420.8500.720.41129.3874.4233.73
Hex16962A5504829814a22
Octal262265212501105120111242
Binary1011010010110101010101010101001000101001100000011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16962A; }

 p { color: rgb(22,150,42); }

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

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

 a { background-color: rgb(22,150,42); }

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

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

 span { border-color: rgb(22,150,42); }

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