Shades of Forest Green #268010
Tints of Forest Green #268010
RGB
CMYK
RGB Variations
Color information
#268010 (or 0x268010) is known color: Forest Green. HEX triplet: 26, 80 and 10. RGB value is (38,128,16). Sum of RGB (Red+Green+Blue) = 38+128+16=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #268010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268010 is #D97FEF. Grayscale: #585858. Windows color (decimal): -14254064 or 1081382. OLE color: 1081382.
HSL color Cylindrical-coordinate representation of color #268010: hue angle of 108.21º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #268010 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 128 | 16 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.50 |
| HSL | 108.21º | 0.78% | 0.28% | - |
| HSV(B) | 108.21º | 0.88% | 0.5% | - |
| XYZ | 8.61 | 15.89 | 3.1 | - |
| YUV | 88.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 16 | 0.70 | 0 | 0.88 | 0.50 | 108.21 | 0.78 | 0.28 |
| Hex | 26 | 80 | 10 | 46 | 0 | 58 | 32 | 6C | 4E | 1C |
| Octal | 46 | 200 | 20 | 106 | 0 | 130 | 62 | 154 | 116 | 34 |
| Binary | 100110 | 10000000 | 10000 | 1000110 | 0 | 1011000 | 110010 | 1101100 | 1001110 | 11100 |
Color Harmonies of #268010
Complementary color
Monochromatic Colors of #268010
Black with #268010
Text Example
Text Example
White with #268010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268010; }
p { color: rgb(38,128,16); }
H1.HeaderClassName
{
color: #268010;
}
.AnyTagClassName
{
color: #268010;
}
</style>
background-color css
<style>
a { background-color: #268010; }
a { background-color: rgb(38,128,16); }
div.DivClassName
{
background-color: #268010;
}
.BgClassName
{
background-color: #268010;
}
</style>
border-color css
<style>
span { border-color: #268010; }
span { border-color: rgb(38,128,16); }
td.TdClassName
{
border-color: #268010;
}
.TagClassName
{
border-color: #268010;
}
</style>