Shades of Forest Green #268826
Tints of Forest Green #268826
RGB
CMYK
RGB Variations
Color information
#268826 (or 0x268826) is known color: Forest Green. HEX triplet: 26, 88 and 26. RGB value is (38,136,38). Sum of RGB (Red+Green+Blue) = 38+136+38=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #268826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268826 is #D977D9. Grayscale: #5F5F5F. Windows color (decimal): -14251994 or 2525222. OLE color: 2525222.
HSL color Cylindrical-coordinate representation of color #268826: 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 #268826 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 38 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.47 |
| HSL | 120º | 0.56% | 0.34% | - |
| HSV(B) | 120º | 0.72% | 0.53% | - |
| XYZ | 9.95 | 18.16 | 4.81 | - |
| YUV | 95.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 38 | 0.72 | 0 | 0.72 | 0.47 | 120 | 0.56 | 0.34 |
| Hex | 26 | 88 | 26 | 48 | 0 | 48 | 2F | 78 | 38 | 22 |
| Octal | 46 | 210 | 46 | 110 | 0 | 110 | 57 | 170 | 70 | 42 |
| Binary | 100110 | 10001000 | 100110 | 1001000 | 0 | 1001000 | 101111 | 1111000 | 111000 | 100010 |
Color Harmonies of #268826
Complementary color
Monochromatic Colors of #268826
Black with #268826
Text Example
Text Example
White with #268826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268826; }
p { color: rgb(38,136,38); }
H1.HeaderClassName
{
color: #268826;
}
.AnyTagClassName
{
color: #268826;
}
</style>
background-color css
<style>
a { background-color: #268826; }
a { background-color: rgb(38,136,38); }
div.DivClassName
{
background-color: #268826;
}
.BgClassName
{
background-color: #268826;
}
</style>
border-color css
<style>
span { border-color: #268826; }
span { border-color: rgb(38,136,38); }
td.TdClassName
{
border-color: #268826;
}
.TagClassName
{
border-color: #268826;
}
</style>