Shades of Forest Green #267712
Tints of Forest Green #267712
RGB
CMYK
RGB Variations
Color information
#267712 (or 0x267712) is known color: Forest Green. HEX triplet: 26, 77 and 12. RGB value is (38,119,18). Sum of RGB (Red+Green+Blue) = 38+119+18=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #267712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267712 is #D988ED. Grayscale: #535353. Windows color (decimal): -14256366 or 1210150. OLE color: 1210150.
HSL color Cylindrical-coordinate representation of color #267712: hue angle of 108.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267712 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 119 | 18 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.53 |
| HSL | 108.12º | 0.74% | 0.27% | - |
| HSV(B) | 108.12º | 0.85% | 0.47% | - |
| XYZ | 7.51 | 13.65 | 2.81 | - |
| YUV | 83.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 18 | 0.68 | 0 | 0.85 | 0.53 | 108.12 | 0.74 | 0.27 |
| Hex | 26 | 77 | 12 | 44 | 0 | 55 | 35 | 6C | 4A | 1B |
| Octal | 46 | 167 | 22 | 104 | 0 | 125 | 65 | 154 | 112 | 33 |
| Binary | 100110 | 1110111 | 10010 | 1000100 | 0 | 1010101 | 110101 | 1101100 | 1001010 | 11011 |
Color Harmonies of #267712
Complementary color
Monochromatic Colors of #267712
Black with #267712
Text Example
Text Example
White with #267712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267712; }
p { color: rgb(38,119,18); }
H1.HeaderClassName
{
color: #267712;
}
.AnyTagClassName
{
color: #267712;
}
</style>
background-color css
<style>
a { background-color: #267712; }
a { background-color: rgb(38,119,18); }
div.DivClassName
{
background-color: #267712;
}
.BgClassName
{
background-color: #267712;
}
</style>
border-color css
<style>
span { border-color: #267712; }
span { border-color: rgb(38,119,18); }
td.TdClassName
{
border-color: #267712;
}
.TagClassName
{
border-color: #267712;
}
</style>