Shades of Forest Green #267D0F
Tints of Forest Green #267D0F
RGB
CMYK
RGB Variations
Color information
#267D0F (or 0x267D0F) is known color: Forest Green. HEX triplet: 26, 7D and 0F. RGB value is (38,125,15). Sum of RGB (Red+Green+Blue) = 38+125+15=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 125 (49.22% from 255 or 70.22% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 125 - color contains mainly: green. Hex color #267D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267D0F is #D982F0. Grayscale: #565656. Windows color (decimal): -14254833 or 1015078. OLE color: 1015078.
HSL color Cylindrical-coordinate representation of color #267D0F: hue angle of 107.45º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #267D0F is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 125 | 15 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.51 |
| HSL | 107.45º | 0.79% | 0.27% | - |
| HSV(B) | 107.45º | 0.88% | 0.49% | - |
| XYZ | 8.22 | 15.11 | 2.94 | - |
| YUV | 86.45 | 87.68 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 15 | 0.70 | 0 | 0.88 | 0.51 | 107.45 | 0.79 | 0.27 |
| Hex | 26 | 7D | F | 46 | 0 | 58 | 33 | 6B | 4F | 1B |
| Octal | 46 | 175 | 17 | 106 | 0 | 130 | 63 | 153 | 117 | 33 |
| Binary | 100110 | 1111101 | 1111 | 1000110 | 0 | 1011000 | 110011 | 1101011 | 1001111 | 11011 |
Color Harmonies of #267D0F
Complementary color
Monochromatic Colors of #267D0F
Black with #267D0F
Text Example
Text Example
White with #267D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D0F; }
p { color: rgb(38,125,15); }
H1.HeaderClassName
{
color: #267D0F;
}
.AnyTagClassName
{
color: #267D0F;
}
</style>
background-color css
<style>
a { background-color: #267D0F; }
a { background-color: rgb(38,125,15); }
div.DivClassName
{
background-color: #267D0F;
}
.BgClassName
{
background-color: #267D0F;
}
</style>
border-color css
<style>
span { border-color: #267D0F; }
span { border-color: rgb(38,125,15); }
td.TdClassName
{
border-color: #267D0F;
}
.TagClassName
{
border-color: #267D0F;
}
</style>