Shades of Forest Green #168A34
Tints of Forest Green #168A34
RGB
CMYK
RGB Variations
Color information
#168A34 (or 0x168A34) is known color: Forest Green. HEX triplet: 16, 8A and 34. RGB value is (22,138,52). Sum of RGB (Red+Green+Blue) = 22+138+52=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #168A34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168A34 is #E975CB. Grayscale: #5D5D5D. Windows color (decimal): -15300044 or 3443222. OLE color: 3443222.
HSL color Cylindrical-coordinate representation of color #168A34: hue angle of 135.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168A34 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 52 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.46 |
| HSL | 135.52º | 0.73% | 0.31% | - |
| HSV(B) | 135.52º | 0.84% | 0.54% | - |
| XYZ | 10.04 | 18.6 | 6.31 | - |
| YUV | 93.51 | 104.57 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 52 | 0.84 | 0 | 0.62 | 0.46 | 135.52 | 0.73 | 0.31 |
| Hex | 16 | 8A | 34 | 54 | 0 | 3E | 2E | 88 | 48 | 1F |
| Octal | 26 | 212 | 64 | 124 | 0 | 76 | 56 | 210 | 110 | 37 |
| Binary | 10110 | 10001010 | 110100 | 1010100 | 0 | 111110 | 101110 | 10001000 | 1001000 | 11111 |
Color Harmonies of #168A34
Complementary color
Monochromatic Colors of #168A34
Black with #168A34
Text Example
Text Example
White with #168A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A34; }
p { color: rgb(22,138,52); }
H1.HeaderClassName
{
color: #168A34;
}
.AnyTagClassName
{
color: #168A34;
}
</style>
background-color css
<style>
a { background-color: #168A34; }
a { background-color: rgb(22,138,52); }
div.DivClassName
{
background-color: #168A34;
}
.BgClassName
{
background-color: #168A34;
}
</style>
border-color css
<style>
span { border-color: #168A34; }
span { border-color: rgb(22,138,52); }
td.TdClassName
{
border-color: #168A34;
}
.TagClassName
{
border-color: #168A34;
}
</style>