Shades of Forest Green #168B34
Tints of Forest Green #168B34
RGB
CMYK
RGB Variations
Color information
#168B34 (or 0x168B34) is known color: Forest Green. HEX triplet: 16, 8B and 34. RGB value is (22,139,52). Sum of RGB (Red+Green+Blue) = 22+139+52=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 139 (54.69% from 255 or 65.26% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 139 - color contains mainly: green. Hex color #168B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168B34 is #E974CB. Grayscale: #5E5E5E. Windows color (decimal): -15299788 or 3443478. OLE color: 3443478.
HSL color Cylindrical-coordinate representation of color #168B34: hue angle of 135.38º 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 #168B34 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 52 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.45 |
| HSL | 135.38º | 0.73% | 0.32% | - |
| HSV(B) | 135.38º | 0.84% | 0.55% | - |
| XYZ | 10.18 | 18.88 | 6.36 | - |
| YUV | 94.1 | 104.24 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 52 | 0.84 | 0 | 0.63 | 0.45 | 135.38 | 0.73 | 0.32 |
| Hex | 16 | 8B | 34 | 54 | 0 | 3F | 2D | 87 | 49 | 20 |
| Octal | 26 | 213 | 64 | 124 | 0 | 77 | 55 | 207 | 111 | 40 |
| Binary | 10110 | 10001011 | 110100 | 1010100 | 0 | 111111 | 101101 | 10000111 | 1001001 | 100000 |
Color Harmonies of #168B34
Complementary color
Monochromatic Colors of #168B34
Black with #168B34
Text Example
Text Example
White with #168B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B34; }
p { color: rgb(22,139,52); }
H1.HeaderClassName
{
color: #168B34;
}
.AnyTagClassName
{
color: #168B34;
}
</style>
background-color css
<style>
a { background-color: #168B34; }
a { background-color: rgb(22,139,52); }
div.DivClassName
{
background-color: #168B34;
}
.BgClassName
{
background-color: #168B34;
}
</style>
border-color css
<style>
span { border-color: #168B34; }
span { border-color: rgb(22,139,52); }
td.TdClassName
{
border-color: #168B34;
}
.TagClassName
{
border-color: #168B34;
}
</style>