Shades of Forest Green #267F18
Tints of Forest Green #267F18
RGB
CMYK
RGB Variations
Color information
#267F18 (or 0x267F18) is known color: Forest Green. HEX triplet: 26, 7F and 18. RGB value is (38,127,24). Sum of RGB (Red+Green+Blue) = 38+127+24=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 127 (50% from 255 or 67.20% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 127 - color contains mainly: green. Hex color #267F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267F18 is #D980E7. Grayscale: #585858. Windows color (decimal): -14254312 or 1605414. OLE color: 1605414.
HSL color Cylindrical-coordinate representation of color #267F18: hue angle of 111.84º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267F18 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 24 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.50 |
| HSL | 111.84º | 0.68% | 0.3% | - |
| HSV(B) | 111.84º | 0.81% | 0.5% | - |
| XYZ | 8.55 | 15.66 | 3.44 | - |
| YUV | 88.65 | 91.51 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 24 | 0.70 | 0 | 0.81 | 0.50 | 111.84 | 0.68 | 0.3 |
| Hex | 26 | 7F | 18 | 46 | 0 | 51 | 32 | 70 | 44 | 1E |
| Octal | 46 | 177 | 30 | 106 | 0 | 121 | 62 | 160 | 104 | 36 |
| Binary | 100110 | 1111111 | 11000 | 1000110 | 0 | 1010001 | 110010 | 1110000 | 1000100 | 11110 |
Color Harmonies of #267F18
Complementary color
Monochromatic Colors of #267F18
Black with #267F18
Text Example
Text Example
White with #267F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F18; }
p { color: rgb(38,127,24); }
H1.HeaderClassName
{
color: #267F18;
}
.AnyTagClassName
{
color: #267F18;
}
</style>
background-color css
<style>
a { background-color: #267F18; }
a { background-color: rgb(38,127,24); }
div.DivClassName
{
background-color: #267F18;
}
.BgClassName
{
background-color: #267F18;
}
</style>
border-color css
<style>
span { border-color: #267F18; }
span { border-color: rgb(38,127,24); }
td.TdClassName
{
border-color: #267F18;
}
.TagClassName
{
border-color: #267F18;
}
</style>