Shades of Forest Green #168B35
Tints of Forest Green #168B35
RGB
CMYK
RGB Variations
Color information
#168B35 (or 0x168B35) is known color: Forest Green. HEX triplet: 16, 8B and 35. RGB value is (22,139,53). Sum of RGB (Red+Green+Blue) = 22+139+53=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 139 (54.69% from 255 or 64.95% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 139 - color contains mainly: green. Hex color #168B35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168B35 is #E974CA. Grayscale: #5E5E5E. Windows color (decimal): -15299787 or 3509014. OLE color: 3509014.
HSL color Cylindrical-coordinate representation of color #168B35: hue angle of 135.9º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B35 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 53 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.45 |
| HSL | 135.9º | 0.73% | 0.32% | - |
| HSV(B) | 135.9º | 0.84% | 0.55% | - |
| XYZ | 10.21 | 18.89 | 6.48 | - |
| YUV | 94.21 | 104.74 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 53 | 0.84 | 0 | 0.62 | 0.45 | 135.9 | 0.73 | 0.32 |
| Hex | 16 | 8B | 35 | 54 | 0 | 3E | 2D | 88 | 49 | 20 |
| Octal | 26 | 213 | 65 | 124 | 0 | 76 | 55 | 210 | 111 | 40 |
| Binary | 10110 | 10001011 | 110101 | 1010100 | 0 | 111110 | 101101 | 10001000 | 1001001 | 100000 |
Color Harmonies of #168B35
Complementary color
Monochromatic Colors of #168B35
Black with #168B35
Text Example
Text Example
White with #168B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B35; }
p { color: rgb(22,139,53); }
H1.HeaderClassName
{
color: #168B35;
}
.AnyTagClassName
{
color: #168B35;
}
</style>
background-color css
<style>
a { background-color: #168B35; }
a { background-color: rgb(22,139,53); }
div.DivClassName
{
background-color: #168B35;
}
.BgClassName
{
background-color: #168B35;
}
</style>
border-color css
<style>
span { border-color: #168B35; }
span { border-color: rgb(22,139,53); }
td.TdClassName
{
border-color: #168B35;
}
.TagClassName
{
border-color: #168B35;
}
</style>