Shades of Forest Green #26AA0F
Tints of Forest Green #26AA0F
RGB
CMYK
RGB Variations
Color information
#26AA0F (or 0x26AA0F) is known color: Forest Green. HEX triplet: 26, AA and 0F. RGB value is (38,170,15). Sum of RGB (Red+Green+Blue) = 38+170+15=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 170 (66.80% from 255 or 76.23% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26AA0F is #D955F0. Grayscale: #717171. Windows color (decimal): -14243313 or 1026598. OLE color: 1026598.
HSL color Cylindrical-coordinate representation of color #26AA0F: hue angle of 111.1º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26AA0F is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 15 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.33 |
| HSL | 111.1º | 0.84% | 0.36% | - |
| HSV(B) | 111.1º | 0.91% | 0.67% | - |
| XYZ | 15.26 | 29.2 | 5.28 | - |
| YUV | 112.86 | 72.77 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 15 | 0.78 | 0 | 0.91 | 0.33 | 111.1 | 0.84 | 0.36 |
| Hex | 26 | AA | F | 4E | 0 | 5B | 21 | 6F | 54 | 24 |
| Octal | 46 | 252 | 17 | 116 | 0 | 133 | 41 | 157 | 124 | 44 |
| Binary | 100110 | 10101010 | 1111 | 1001110 | 0 | 1011011 | 100001 | 1101111 | 1010100 | 100100 |
Color Harmonies of #26AA0F
Complementary color
Monochromatic Colors of #26AA0F
Black with #26AA0F
Text Example
Text Example
White with #26AA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA0F; }
p { color: rgb(38,170,15); }
H1.HeaderClassName
{
color: #26AA0F;
}
.AnyTagClassName
{
color: #26AA0F;
}
</style>
background-color css
<style>
a { background-color: #26AA0F; }
a { background-color: rgb(38,170,15); }
div.DivClassName
{
background-color: #26AA0F;
}
.BgClassName
{
background-color: #26AA0F;
}
</style>
border-color css
<style>
span { border-color: #26AA0F; }
span { border-color: rgb(38,170,15); }
td.TdClassName
{
border-color: #26AA0F;
}
.TagClassName
{
border-color: #26AA0F;
}
</style>