Shades of Forest Green #168A2F
Tints of Forest Green #168A2F
RGB
CMYK
RGB Variations
Color information
#168A2F (or 0x168A2F) is known color: Forest Green. HEX triplet: 16, 8A and 2F. RGB value is (22,138,47). Sum of RGB (Red+Green+Blue) = 22+138+47=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #168A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168A2F is #E975D0. Grayscale: #5D5D5D. Windows color (decimal): -15300049 or 3115542. OLE color: 3115542.
HSL color Cylindrical-coordinate representation of color #168A2F: hue angle of 132.93º 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 #168A2F is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 47 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.46 |
| HSL | 132.93º | 0.73% | 0.31% | - |
| HSV(B) | 132.93º | 0.84% | 0.54% | - |
| XYZ | 9.93 | 18.55 | 5.75 | - |
| YUV | 92.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 47 | 0.84 | 0 | 0.66 | 0.46 | 132.93 | 0.73 | 0.31 |
| Hex | 16 | 8A | 2F | 54 | 0 | 42 | 2E | 85 | 48 | 1F |
| Octal | 26 | 212 | 57 | 124 | 0 | 102 | 56 | 205 | 110 | 37 |
| Binary | 10110 | 10001010 | 101111 | 1010100 | 0 | 1000010 | 101110 | 10000101 | 1001000 | 11111 |
Color Harmonies of #168A2F
Complementary color
Monochromatic Colors of #168A2F
Black with #168A2F
Text Example
Text Example
White with #168A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A2F; }
p { color: rgb(22,138,47); }
H1.HeaderClassName
{
color: #168A2F;
}
.AnyTagClassName
{
color: #168A2F;
}
</style>
background-color css
<style>
a { background-color: #168A2F; }
a { background-color: rgb(22,138,47); }
div.DivClassName
{
background-color: #168A2F;
}
.BgClassName
{
background-color: #168A2F;
}
</style>
border-color css
<style>
span { border-color: #168A2F; }
span { border-color: rgb(22,138,47); }
td.TdClassName
{
border-color: #168A2F;
}
.TagClassName
{
border-color: #168A2F;
}
</style>