#16932A

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

Shades of Forest Green #16932A

Tints of Forest Green #16932A

Color information

#16932A (or 0x16932A) is unknown color: approx Forest Green. HEX triplet: 16, 93 and 2A. RGB value is (22,147,42). Sum of RGB (Red+Green+Blue) = 22+147+42=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 147 (57.81% from 255 or 69.67% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 147 - color contains mainly: green. Hex color #16932A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16932A is #E96CD5. Grayscale: #616161. Windows color (decimal): -15297750 or 2790166. OLE color: 2790166.

HSL color Cylindrical-coordinate representation of color #16932A: hue angle of 129.6º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16932A is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB2214742-
CMYK0.8500.710.42
HSL129.6º73.96%33.14%-
HSV(B)129.6º85.03%57.65%-
XYZ11.1821.215.69-
YUV97.6696.5974.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 147 (57.81% from 255) = 69.67%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=10.43%
G=69.67%
B=19.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22147420.8500.710.42129.673.9633.14
Hex16932A550472A824a21
Octal262235212501075220211241
Binary1011010010011101010101010101000111101010100000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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