Shades of Forest Green #16942B
Tints of Forest Green #16942B
RGB
CMYK
RGB Variations
Color information
#16942B (or 0x16942B) is known color: Forest Green. HEX triplet: 16, 94 and 2B. RGB value is (22,148,43). Sum of RGB (Red+Green+Blue) = 22+148+43=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 148 (58.20% from 255 or 69.48% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 148 - color contains mainly: green. Hex color #16942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16942B is #E96BD4. Grayscale: #626262. Windows color (decimal): -15297493 or 2855958. OLE color: 2855958.
HSL color Cylindrical-coordinate representation of color #16942B: hue angle of 130º 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 #16942B is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 43 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.42 |
| HSL | 130º | 0.74% | 0.33% | - |
| HSV(B) | 130º | 0.85% | 0.58% | - |
| XYZ | 11.36 | 21.52 | 5.84 | - |
| YUV | 98.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 43 | 0.85 | 0 | 0.71 | 0.42 | 130 | 0.74 | 0.33 |
| Hex | 16 | 94 | 2B | 55 | 0 | 47 | 2A | 82 | 4A | 21 |
| Octal | 26 | 224 | 53 | 125 | 0 | 107 | 52 | 202 | 112 | 41 |
| Binary | 10110 | 10010100 | 101011 | 1010101 | 0 | 1000111 | 101010 | 10000010 | 1001010 | 100001 |
Color Harmonies of #16942B
Complementary color
Monochromatic Colors of #16942B
Black with #16942B
Text Example
Text Example
White with #16942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16942B; }
p { color: rgb(22,148,43); }
H1.HeaderClassName
{
color: #16942B;
}
.AnyTagClassName
{
color: #16942B;
}
</style>
background-color css
<style>
a { background-color: #16942B; }
a { background-color: rgb(22,148,43); }
div.DivClassName
{
background-color: #16942B;
}
.BgClassName
{
background-color: #16942B;
}
</style>
border-color css
<style>
span { border-color: #16942B; }
span { border-color: rgb(22,148,43); }
td.TdClassName
{
border-color: #16942B;
}
.TagClassName
{
border-color: #16942B;
}
</style>