Shades of Forest Green #267C18
Tints of Forest Green #267C18
RGB
CMYK
RGB Variations
Color information
#267C18 (or 0x267C18) is known color: Forest Green. HEX triplet: 26, 7C and 18. RGB value is (38,124,24). Sum of RGB (Red+Green+Blue) = 38+124+24=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 124 (48.83% from 255 or 66.67% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 124 - color contains mainly: green. Hex color #267C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267C18 is #D983E7. Grayscale: #575757. Windows color (decimal): -14255080 or 1604646. OLE color: 1604646.
HSL color Cylindrical-coordinate representation of color #267C18: hue angle of 111.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267C18 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 24 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.51 |
| HSL | 111.6º | 0.68% | 0.29% | - |
| HSV(B) | 111.6º | 0.81% | 0.49% | - |
| XYZ | 8.17 | 14.89 | 3.31 | - |
| YUV | 86.89 | 92.51 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 24 | 0.69 | 0 | 0.81 | 0.51 | 111.6 | 0.68 | 0.29 |
| Hex | 26 | 7C | 18 | 45 | 0 | 51 | 33 | 70 | 44 | 1D |
| Octal | 46 | 174 | 30 | 105 | 0 | 121 | 63 | 160 | 104 | 35 |
| Binary | 100110 | 1111100 | 11000 | 1000101 | 0 | 1010001 | 110011 | 1110000 | 1000100 | 11101 |
Color Harmonies of #267C18
Complementary color
Monochromatic Colors of #267C18
Black with #267C18
Text Example
Text Example
White with #267C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C18; }
p { color: rgb(38,124,24); }
H1.HeaderClassName
{
color: #267C18;
}
.AnyTagClassName
{
color: #267C18;
}
</style>
background-color css
<style>
a { background-color: #267C18; }
a { background-color: rgb(38,124,24); }
div.DivClassName
{
background-color: #267C18;
}
.BgClassName
{
background-color: #267C18;
}
</style>
border-color css
<style>
span { border-color: #267C18; }
span { border-color: rgb(38,124,24); }
td.TdClassName
{
border-color: #267C18;
}
.TagClassName
{
border-color: #267C18;
}
</style>