Shades of Forest Green #267C08
Tints of Forest Green #267C08
RGB
CMYK
RGB Variations
Color information
#267C08 (or 0x267C08) is known color: Forest Green. HEX triplet: 26, 7C and 08. RGB value is (38,124,8). Sum of RGB (Red+Green+Blue) = 38+124+8=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 124 (48.83% from 255 or 72.94% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 124 - color contains mainly: green. Hex color #267C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267C08 is #D983F7. Grayscale: #555555. Windows color (decimal): -14255096 or 556070. OLE color: 556070.
HSL color Cylindrical-coordinate representation of color #267C08: hue angle of 104.48º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #267C08 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 8 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.51 |
| HSL | 104.48º | 0.88% | 0.26% | - |
| HSV(B) | 104.48º | 0.94% | 0.49% | - |
| XYZ | 8.05 | 14.84 | 2.67 | - |
| YUV | 85.06 | 84.51 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 8 | 0.69 | 0 | 0.94 | 0.51 | 104.48 | 0.88 | 0.26 |
| Hex | 26 | 7C | 8 | 45 | 0 | 5E | 33 | 68 | 58 | 1A |
| Octal | 46 | 174 | 10 | 105 | 0 | 136 | 63 | 150 | 130 | 32 |
| Binary | 100110 | 1111100 | 1000 | 1000101 | 0 | 1011110 | 110011 | 1101000 | 1011000 | 11010 |
Color Harmonies of #267C08
Complementary color
Monochromatic Colors of #267C08
Black with #267C08
Text Example
Text Example
White with #267C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C08; }
p { color: rgb(38,124,8); }
H1.HeaderClassName
{
color: #267C08;
}
.AnyTagClassName
{
color: #267C08;
}
</style>
background-color css
<style>
a { background-color: #267C08; }
a { background-color: rgb(38,124,8); }
div.DivClassName
{
background-color: #267C08;
}
.BgClassName
{
background-color: #267C08;
}
</style>
border-color css
<style>
span { border-color: #267C08; }
span { border-color: rgb(38,124,8); }
td.TdClassName
{
border-color: #267C08;
}
.TagClassName
{
border-color: #267C08;
}
</style>