Shades of Forest Green #26A002
Tints of Forest Green #26A002
RGB
CMYK
RGB Variations
Color information
#26A002 (or 0x26A002) is known color: Forest Green. HEX triplet: 26, A0 and 02. RGB value is (38,160,2). Sum of RGB (Red+Green+Blue) = 38+160+2=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 160 (62.89% from 255 or 80% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 160 - color contains mainly: green. Hex color #26A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26A002 is #D95FFD. Grayscale: #6A6A6A. Windows color (decimal): -14245886 or 172070. OLE color: 172070.
HSL color Cylindrical-coordinate representation of color #26A002: hue angle of 106.33º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26A002 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 160 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.37 |
| HSL | 106.33º | 0.98% | 0.32% | - |
| HSV(B) | 106.33º | 0.99% | 0.63% | - |
| XYZ | 13.38 | 25.56 | 4.29 | - |
| YUV | 105.51 | 69.58 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 160 | 2 | 0.76 | 0 | 0.99 | 0.37 | 106.33 | 0.98 | 0.32 |
| Hex | 26 | A0 | 2 | 4C | 0 | 63 | 25 | 6A | 62 | 20 |
| Octal | 46 | 240 | 2 | 114 | 0 | 143 | 45 | 152 | 142 | 40 |
| Binary | 100110 | 10100000 | 10 | 1001100 | 0 | 1100011 | 100101 | 1101010 | 1100010 | 100000 |
Color Harmonies of #26A002
Complementary color
Monochromatic Colors of #26A002
Black with #26A002
Text Example
Text Example
White with #26A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A002; }
p { color: rgb(38,160,2); }
H1.HeaderClassName
{
color: #26A002;
}
.AnyTagClassName
{
color: #26A002;
}
</style>
background-color css
<style>
a { background-color: #26A002; }
a { background-color: rgb(38,160,2); }
div.DivClassName
{
background-color: #26A002;
}
.BgClassName
{
background-color: #26A002;
}
</style>
border-color css
<style>
span { border-color: #26A002; }
span { border-color: rgb(38,160,2); }
td.TdClassName
{
border-color: #26A002;
}
.TagClassName
{
border-color: #26A002;
}
</style>