Shades of Forest Green #267016
Tints of Forest Green #267016
RGB
CMYK
RGB Variations
Color information
#267016 (or 0x267016) is known color: Forest Green. HEX triplet: 26, 70 and 16. RGB value is (38,112,22). Sum of RGB (Red+Green+Blue) = 38+112+22=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #267016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267016 is #D98FE9. Grayscale: #4F4F4F. Windows color (decimal): -14258154 or 1470502. OLE color: 1470502.
HSL color Cylindrical-coordinate representation of color #267016: hue angle of 109.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267016 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 112 | 22 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.56 |
| HSL | 109.33º | 0.67% | 0.26% | - |
| HSV(B) | 109.33º | 0.8% | 0.44% | - |
| XYZ | 6.74 | 12.06 | 2.73 | - |
| YUV | 79.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 22 | 0.66 | 0 | 0.80 | 0.56 | 109.33 | 0.67 | 0.26 |
| Hex | 26 | 70 | 16 | 42 | 0 | 50 | 38 | 6D | 43 | 1A |
| Octal | 46 | 160 | 26 | 102 | 0 | 120 | 70 | 155 | 103 | 32 |
| Binary | 100110 | 1110000 | 10110 | 1000010 | 0 | 1010000 | 111000 | 1101101 | 1000011 | 11010 |
Color Harmonies of #267016
Complementary color
Monochromatic Colors of #267016
Black with #267016
Text Example
Text Example
White with #267016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267016; }
p { color: rgb(38,112,22); }
H1.HeaderClassName
{
color: #267016;
}
.AnyTagClassName
{
color: #267016;
}
</style>
background-color css
<style>
a { background-color: #267016; }
a { background-color: rgb(38,112,22); }
div.DivClassName
{
background-color: #267016;
}
.BgClassName
{
background-color: #267016;
}
</style>
border-color css
<style>
span { border-color: #267016; }
span { border-color: rgb(38,112,22); }
td.TdClassName
{
border-color: #267016;
}
.TagClassName
{
border-color: #267016;
}
</style>