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