Shades of Forest Green #168528
Tints of Forest Green #168528
RGB
CMYK
RGB Variations
Color information
#168528 (or 0x168528) is known color: Forest Green. HEX triplet: 16, 85 and 28. RGB value is (22,133,40). Sum of RGB (Red+Green+Blue) = 22+133+40=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #168528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168528 is #E97AD7. Grayscale: #595959. Windows color (decimal): -15301336 or 2655510. OLE color: 2655510.
HSL color Cylindrical-coordinate representation of color #168528: hue angle of 129.73º 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 #168528 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 40 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.48 |
| HSL | 129.73º | 0.72% | 0.3% | - |
| HSV(B) | 129.73º | 0.83% | 0.52% | - |
| XYZ | 9.1 | 17.1 | 4.83 | - |
| YUV | 89.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 40 | 0.83 | 0 | 0.70 | 0.48 | 129.73 | 0.72 | 0.3 |
| Hex | 16 | 85 | 28 | 53 | 0 | 46 | 30 | 82 | 48 | 1E |
| Octal | 26 | 205 | 50 | 123 | 0 | 106 | 60 | 202 | 110 | 36 |
| Binary | 10110 | 10000101 | 101000 | 1010011 | 0 | 1000110 | 110000 | 10000010 | 1001000 | 11110 |
Color Harmonies of #168528
Complementary color
Monochromatic Colors of #168528
Black with #168528
Text Example
Text Example
White with #168528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168528; }
p { color: rgb(22,133,40); }
H1.HeaderClassName
{
color: #168528;
}
.AnyTagClassName
{
color: #168528;
}
</style>
background-color css
<style>
a { background-color: #168528; }
a { background-color: rgb(22,133,40); }
div.DivClassName
{
background-color: #168528;
}
.BgClassName
{
background-color: #168528;
}
</style>
border-color css
<style>
span { border-color: #168528; }
span { border-color: rgb(22,133,40); }
td.TdClassName
{
border-color: #168528;
}
.TagClassName
{
border-color: #168528;
}
</style>