Shades of Forest Green #16A42D
Tints of Forest Green #16A42D
RGB
CMYK
RGB Variations
Color information
#16A42D (or 0x16A42D) is known color: Forest Green. HEX triplet: 16, A4 and 2D. RGB value is (22,164,45). Sum of RGB (Red+Green+Blue) = 22+164+45=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 164 (64.45% from 255 or 71.00% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 164 - color contains mainly: green. Hex color #16A42D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A42D is #E95BD2. Grayscale: #6C6C6C. Windows color (decimal): -15293395 or 2991126. OLE color: 2991126.
HSL color Cylindrical-coordinate representation of color #16A42D: hue angle of 129.72º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A42D is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 164 | 45 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.36 |
| HSL | 129.72º | 0.76% | 0.36% | - |
| HSV(B) | 129.72º | 0.87% | 0.64% | - |
| XYZ | 14.08 | 26.91 | 6.93 | - |
| YUV | 107.98 | 92.46 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 164 | 45 | 0.87 | 0 | 0.73 | 0.36 | 129.72 | 0.76 | 0.36 |
| Hex | 16 | A4 | 2D | 57 | 0 | 49 | 24 | 82 | 4C | 24 |
| Octal | 26 | 244 | 55 | 127 | 0 | 111 | 44 | 202 | 114 | 44 |
| Binary | 10110 | 10100100 | 101101 | 1010111 | 0 | 1001001 | 100100 | 10000010 | 1001100 | 100100 |
Color Harmonies of #16A42D
Complementary color
Monochromatic Colors of #16A42D
Black with #16A42D
Text Example
Text Example
White with #16A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A42D; }
p { color: rgb(22,164,45); }
H1.HeaderClassName
{
color: #16A42D;
}
.AnyTagClassName
{
color: #16A42D;
}
</style>
background-color css
<style>
a { background-color: #16A42D; }
a { background-color: rgb(22,164,45); }
div.DivClassName
{
background-color: #16A42D;
}
.BgClassName
{
background-color: #16A42D;
}
</style>
border-color css
<style>
span { border-color: #16A42D; }
span { border-color: rgb(22,164,45); }
td.TdClassName
{
border-color: #16A42D;
}
.TagClassName
{
border-color: #16A42D;
}
</style>