Shades of Forest Green #267C0C
Tints of Forest Green #267C0C
RGB
CMYK
RGB Variations
Color information
#267C0C (or 0x267C0C) is known color: Forest Green. HEX triplet: 26, 7C and 0C. RGB value is (38,124,12). Sum of RGB (Red+Green+Blue) = 38+124+12=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 124 (48.83% from 255 or 71.26% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 124 - color contains mainly: green. Hex color #267C0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267C0C is #D983F3. Grayscale: #555555. Windows color (decimal): -14255092 or 818214. OLE color: 818214.
HSL color Cylindrical-coordinate representation of color #267C0C: hue angle of 106.07º 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 #267C0C is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 12 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.51 |
| HSL | 106.07º | 0.82% | 0.27% | - |
| HSV(B) | 106.07º | 0.9% | 0.49% | - |
| XYZ | 8.07 | 14.85 | 2.79 | - |
| YUV | 85.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 12 | 0.69 | 0 | 0.90 | 0.51 | 106.07 | 0.82 | 0.27 |
| Hex | 26 | 7C | C | 45 | 0 | 5A | 33 | 6A | 52 | 1B |
| Octal | 46 | 174 | 14 | 105 | 0 | 132 | 63 | 152 | 122 | 33 |
| Binary | 100110 | 1111100 | 1100 | 1000101 | 0 | 1011010 | 110011 | 1101010 | 1010010 | 11011 |
Color Harmonies of #267C0C
Complementary color
Monochromatic Colors of #267C0C
Black with #267C0C
Text Example
Text Example
White with #267C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C0C; }
p { color: rgb(38,124,12); }
H1.HeaderClassName
{
color: #267C0C;
}
.AnyTagClassName
{
color: #267C0C;
}
</style>
background-color css
<style>
a { background-color: #267C0C; }
a { background-color: rgb(38,124,12); }
div.DivClassName
{
background-color: #267C0C;
}
.BgClassName
{
background-color: #267C0C;
}
</style>
border-color css
<style>
span { border-color: #267C0C; }
span { border-color: rgb(38,124,12); }
td.TdClassName
{
border-color: #267C0C;
}
.TagClassName
{
border-color: #267C0C;
}
</style>