Shades of Forest Green #26AA14
Tints of Forest Green #26AA14
RGB
CMYK
RGB Variations
Color information
#26AA14 (or 0x26AA14) is known color: Forest Green. HEX triplet: 26, AA and 14. RGB value is (38,170,20). Sum of RGB (Red+Green+Blue) = 38+170+20=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26AA14 is #D955EB. Grayscale: #717171. Windows color (decimal): -14243308 or 1354278. OLE color: 1354278.
HSL color Cylindrical-coordinate representation of color #26AA14: hue angle of 112.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26AA14 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 20 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.33 |
| HSL | 112.8º | 0.79% | 0.37% | - |
| HSV(B) | 112.8º | 0.88% | 0.67% | - |
| XYZ | 15.3 | 29.21 | 5.49 | - |
| YUV | 113.43 | 75.27 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 20 | 0.78 | 0 | 0.88 | 0.33 | 112.8 | 0.79 | 0.37 |
| Hex | 26 | AA | 14 | 4E | 0 | 58 | 21 | 71 | 4F | 25 |
| Octal | 46 | 252 | 24 | 116 | 0 | 130 | 41 | 161 | 117 | 45 |
| Binary | 100110 | 10101010 | 10100 | 1001110 | 0 | 1011000 | 100001 | 1110001 | 1001111 | 100101 |
Color Harmonies of #26AA14
Complementary color
Monochromatic Colors of #26AA14
Black with #26AA14
Text Example
Text Example
White with #26AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA14; }
p { color: rgb(38,170,20); }
H1.HeaderClassName
{
color: #26AA14;
}
.AnyTagClassName
{
color: #26AA14;
}
</style>
background-color css
<style>
a { background-color: #26AA14; }
a { background-color: rgb(38,170,20); }
div.DivClassName
{
background-color: #26AA14;
}
.BgClassName
{
background-color: #26AA14;
}
</style>
border-color css
<style>
span { border-color: #26AA14; }
span { border-color: rgb(38,170,20); }
td.TdClassName
{
border-color: #26AA14;
}
.TagClassName
{
border-color: #26AA14;
}
</style>