Shades of Forest Green #268726
Tints of Forest Green #268726
RGB
CMYK
RGB Variations
Color information
#268726 (or 0x268726) is known color: Forest Green. HEX triplet: 26, 87 and 26. RGB value is (38,135,38). Sum of RGB (Red+Green+Blue) = 38+135+38=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #268726 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268726 is #D978D9. Grayscale: #5F5F5F. Windows color (decimal): -14252250 or 2524966. OLE color: 2524966.
HSL color Cylindrical-coordinate representation of color #268726: hue angle of 120º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268726 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 38 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.47 |
| HSL | 120º | 0.56% | 0.34% | - |
| HSV(B) | 120º | 0.72% | 0.53% | - |
| XYZ | 9.81 | 17.88 | 4.77 | - |
| YUV | 94.94 | 95.86 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 38 | 0.72 | 0 | 0.72 | 0.47 | 120 | 0.56 | 0.34 |
| Hex | 26 | 87 | 26 | 48 | 0 | 48 | 2F | 78 | 38 | 22 |
| Octal | 46 | 207 | 46 | 110 | 0 | 110 | 57 | 170 | 70 | 42 |
| Binary | 100110 | 10000111 | 100110 | 1001000 | 0 | 1001000 | 101111 | 1111000 | 111000 | 100010 |
Color Harmonies of #268726
Complementary color
Monochromatic Colors of #268726
Black with #268726
Text Example
Text Example
White with #268726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268726; }
p { color: rgb(38,135,38); }
H1.HeaderClassName
{
color: #268726;
}
.AnyTagClassName
{
color: #268726;
}
</style>
background-color css
<style>
a { background-color: #268726; }
a { background-color: rgb(38,135,38); }
div.DivClassName
{
background-color: #268726;
}
.BgClassName
{
background-color: #268726;
}
</style>
border-color css
<style>
span { border-color: #268726; }
span { border-color: rgb(38,135,38); }
td.TdClassName
{
border-color: #268726;
}
.TagClassName
{
border-color: #268726;
}
</style>