Shades of Forest Green #16A52F
Tints of Forest Green #16A52F
RGB
CMYK
RGB Variations
Color information
#16A52F (or 0x16A52F) is known color: Forest Green. HEX triplet: 16, A5 and 2F. RGB value is (22,165,47). Sum of RGB (Red+Green+Blue) = 22+165+47=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #16A52F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A52F is #E95AD0. Grayscale: #6D6D6D. Windows color (decimal): -15293137 or 3122454. OLE color: 3122454.
HSL color Cylindrical-coordinate representation of color #16A52F: hue angle of 130.49º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A52F is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 165 | 47 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.35 |
| HSL | 130.49º | 0.76% | 0.37% | - |
| HSV(B) | 130.49º | 0.87% | 0.65% | - |
| XYZ | 14.3 | 27.29 | 7.2 | - |
| YUV | 108.79 | 93.12 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 165 | 47 | 0.87 | 0 | 0.72 | 0.35 | 130.49 | 0.76 | 0.37 |
| Hex | 16 | A5 | 2F | 57 | 0 | 48 | 23 | 82 | 4C | 25 |
| Octal | 26 | 245 | 57 | 127 | 0 | 110 | 43 | 202 | 114 | 45 |
| Binary | 10110 | 10100101 | 101111 | 1010111 | 0 | 1001000 | 100011 | 10000010 | 1001100 | 100101 |
Color Harmonies of #16A52F
Complementary color
Monochromatic Colors of #16A52F
Black with #16A52F
Text Example
Text Example
White with #16A52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A52F; }
p { color: rgb(22,165,47); }
H1.HeaderClassName
{
color: #16A52F;
}
.AnyTagClassName
{
color: #16A52F;
}
</style>
background-color css
<style>
a { background-color: #16A52F; }
a { background-color: rgb(22,165,47); }
div.DivClassName
{
background-color: #16A52F;
}
.BgClassName
{
background-color: #16A52F;
}
</style>
border-color css
<style>
span { border-color: #16A52F; }
span { border-color: rgb(22,165,47); }
td.TdClassName
{
border-color: #16A52F;
}
.TagClassName
{
border-color: #16A52F;
}
</style>