Shades of Forest Green #168530
Tints of Forest Green #168530
RGB
CMYK
RGB Variations
Color information
#168530 (or 0x168530) is known color: Forest Green. HEX triplet: 16, 85 and 30. RGB value is (22,133,48). Sum of RGB (Red+Green+Blue) = 22+133+48=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #168530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168530 is #E97ACF. Grayscale: #5A5A5A. Windows color (decimal): -15301328 or 3179798. OLE color: 3179798.
HSL color Cylindrical-coordinate representation of color #168530: hue angle of 134.05º 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 #168530 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 48 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.48 |
| HSL | 134.05º | 0.72% | 0.3% | - |
| HSV(B) | 134.05º | 0.83% | 0.52% | - |
| XYZ | 9.25 | 17.16 | 5.62 | - |
| YUV | 90.12 | 104.23 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 48 | 0.83 | 0 | 0.64 | 0.48 | 134.05 | 0.72 | 0.3 |
| Hex | 16 | 85 | 30 | 53 | 0 | 40 | 30 | 86 | 48 | 1E |
| Octal | 26 | 205 | 60 | 123 | 0 | 100 | 60 | 206 | 110 | 36 |
| Binary | 10110 | 10000101 | 110000 | 1010011 | 0 | 1000000 | 110000 | 10000110 | 1001000 | 11110 |
Color Harmonies of #168530
Complementary color
Monochromatic Colors of #168530
Black with #168530
Text Example
Text Example
White with #168530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168530; }
p { color: rgb(22,133,48); }
H1.HeaderClassName
{
color: #168530;
}
.AnyTagClassName
{
color: #168530;
}
</style>
background-color css
<style>
a { background-color: #168530; }
a { background-color: rgb(22,133,48); }
div.DivClassName
{
background-color: #168530;
}
.BgClassName
{
background-color: #168530;
}
</style>
border-color css
<style>
span { border-color: #168530; }
span { border-color: rgb(22,133,48); }
td.TdClassName
{
border-color: #168530;
}
.TagClassName
{
border-color: #168530;
}
</style>