Shades of Forest Green #168521
Tints of Forest Green #168521
RGB
CMYK
RGB Variations
Color information
#168521 (or 0x168521) is known color: Forest Green. HEX triplet: 16, 85 and 21. RGB value is (22,133,33). Sum of RGB (Red+Green+Blue) = 22+133+33=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #168521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168521 is #E97ADE. Grayscale: #585858. Windows color (decimal): -15301343 or 2196758. OLE color: 2196758.
HSL color Cylindrical-coordinate representation of color #168521: hue angle of 125.95º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168521 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 33 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.48 |
| HSL | 125.95º | 0.72% | 0.3% | - |
| HSV(B) | 125.95º | 0.83% | 0.52% | - |
| XYZ | 8.99 | 17.06 | 4.26 | - |
| YUV | 88.41 | 96.73 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 33 | 0.83 | 0 | 0.75 | 0.48 | 125.95 | 0.72 | 0.3 |
| Hex | 16 | 85 | 21 | 53 | 0 | 4B | 30 | 7E | 48 | 1E |
| Octal | 26 | 205 | 41 | 123 | 0 | 113 | 60 | 176 | 110 | 36 |
| Binary | 10110 | 10000101 | 100001 | 1010011 | 0 | 1001011 | 110000 | 1111110 | 1001000 | 11110 |
Color Harmonies of #168521
Complementary color
Monochromatic Colors of #168521
Black with #168521
Text Example
Text Example
White with #168521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168521; }
p { color: rgb(22,133,33); }
H1.HeaderClassName
{
color: #168521;
}
.AnyTagClassName
{
color: #168521;
}
</style>
background-color css
<style>
a { background-color: #168521; }
a { background-color: rgb(22,133,33); }
div.DivClassName
{
background-color: #168521;
}
.BgClassName
{
background-color: #168521;
}
</style>
border-color css
<style>
span { border-color: #168521; }
span { border-color: rgb(22,133,33); }
td.TdClassName
{
border-color: #168521;
}
.TagClassName
{
border-color: #168521;
}
</style>