Shades of Forest Green #268511
Tints of Forest Green #268511
RGB
CMYK
RGB Variations
Color information
#268511 (or 0x268511) is known color: Forest Green. HEX triplet: 26, 85 and 11. RGB value is (38,133,17). Sum of RGB (Red+Green+Blue) = 38+133+17=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #268511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268511 is #D97AEE. Grayscale: #5B5B5B. Windows color (decimal): -14252783 or 1148198. OLE color: 1148198.
HSL color Cylindrical-coordinate representation of color #268511: hue angle of 109.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #268511 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 17 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.48 |
| HSL | 109.14º | 0.77% | 0.29% | - |
| HSV(B) | 109.14º | 0.87% | 0.52% | - |
| XYZ | 9.29 | 17.23 | 3.37 | - |
| YUV | 91.37 | 86.03 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 17 | 0.71 | 0 | 0.87 | 0.48 | 109.14 | 0.77 | 0.29 |
| Hex | 26 | 85 | 11 | 47 | 0 | 57 | 30 | 6D | 4D | 1D |
| Octal | 46 | 205 | 21 | 107 | 0 | 127 | 60 | 155 | 115 | 35 |
| Binary | 100110 | 10000101 | 10001 | 1000111 | 0 | 1010111 | 110000 | 1101101 | 1001101 | 11101 |
Color Harmonies of #268511
Complementary color
Monochromatic Colors of #268511
Black with #268511
Text Example
Text Example
White with #268511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268511; }
p { color: rgb(38,133,17); }
H1.HeaderClassName
{
color: #268511;
}
.AnyTagClassName
{
color: #268511;
}
</style>
background-color css
<style>
a { background-color: #268511; }
a { background-color: rgb(38,133,17); }
div.DivClassName
{
background-color: #268511;
}
.BgClassName
{
background-color: #268511;
}
</style>
border-color css
<style>
span { border-color: #268511; }
span { border-color: rgb(38,133,17); }
td.TdClassName
{
border-color: #268511;
}
.TagClassName
{
border-color: #268511;
}
</style>