Shades of Forest Green #267D0C
Tints of Forest Green #267D0C
RGB
CMYK
RGB Variations
Color information
#267D0C (or 0x267D0C) is known color: Forest Green. HEX triplet: 26, 7D and 0C. RGB value is (38,125,12). Sum of RGB (Red+Green+Blue) = 38+125+12=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 125 (49.22% from 255 or 71.43% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 125 - color contains mainly: green. Hex color #267D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267D0C is #D982F3. Grayscale: #565656. Windows color (decimal): -14254836 or 818470. OLE color: 818470.
HSL color Cylindrical-coordinate representation of color #267D0C: hue angle of 106.19º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #267D0C is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 125 | 12 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.51 |
| HSL | 106.19º | 0.82% | 0.27% | - |
| HSV(B) | 106.19º | 0.9% | 0.49% | - |
| XYZ | 8.2 | 15.11 | 2.83 | - |
| YUV | 86.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 12 | 0.70 | 0 | 0.90 | 0.51 | 106.19 | 0.82 | 0.27 |
| Hex | 26 | 7D | C | 46 | 0 | 5A | 33 | 6A | 52 | 1B |
| Octal | 46 | 175 | 14 | 106 | 0 | 132 | 63 | 152 | 122 | 33 |
| Binary | 100110 | 1111101 | 1100 | 1000110 | 0 | 1011010 | 110011 | 1101010 | 1010010 | 11011 |
Color Harmonies of #267D0C
Complementary color
Monochromatic Colors of #267D0C
Black with #267D0C
Text Example
Text Example
White with #267D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D0C; }
p { color: rgb(38,125,12); }
H1.HeaderClassName
{
color: #267D0C;
}
.AnyTagClassName
{
color: #267D0C;
}
</style>
background-color css
<style>
a { background-color: #267D0C; }
a { background-color: rgb(38,125,12); }
div.DivClassName
{
background-color: #267D0C;
}
.BgClassName
{
background-color: #267D0C;
}
</style>
border-color css
<style>
span { border-color: #267D0C; }
span { border-color: rgb(38,125,12); }
td.TdClassName
{
border-color: #267D0C;
}
.TagClassName
{
border-color: #267D0C;
}
</style>