Shades of Forest Green #26AA2A
Tints of Forest Green #26AA2A
RGB
CMYK
RGB Variations
Color information
#26AA2A (or 0x26AA2A) is known color: Forest Green. HEX triplet: 26, AA and 2A. RGB value is (38,170,42). Sum of RGB (Red+Green+Blue) = 38+170+42=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AA2A is #D955D5. Grayscale: #747474. Windows color (decimal): -14243286 or 2796070. OLE color: 2796070.
HSL color Cylindrical-coordinate representation of color #26AA2A: hue angle of 121.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AA2A is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 42 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.33 |
| HSL | 121.82º | 0.63% | 0.41% | - |
| HSV(B) | 121.82º | 0.78% | 0.67% | - |
| XYZ | 15.59 | 29.33 | 7.03 | - |
| YUV | 115.94 | 86.27 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 42 | 0.78 | 0 | 0.75 | 0.33 | 121.82 | 0.63 | 0.41 |
| Hex | 26 | AA | 2A | 4E | 0 | 4B | 21 | 7A | 3F | 29 |
| Octal | 46 | 252 | 52 | 116 | 0 | 113 | 41 | 172 | 77 | 51 |
| Binary | 100110 | 10101010 | 101010 | 1001110 | 0 | 1001011 | 100001 | 1111010 | 111111 | 101001 |
Color Harmonies of #26AA2A
Complementary color
Monochromatic Colors of #26AA2A
Black with #26AA2A
Text Example
Text Example
White with #26AA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA2A; }
p { color: rgb(38,170,42); }
H1.HeaderClassName
{
color: #26AA2A;
}
.AnyTagClassName
{
color: #26AA2A;
}
</style>
background-color css
<style>
a { background-color: #26AA2A; }
a { background-color: rgb(38,170,42); }
div.DivClassName
{
background-color: #26AA2A;
}
.BgClassName
{
background-color: #26AA2A;
}
</style>
border-color css
<style>
span { border-color: #26AA2A; }
span { border-color: rgb(38,170,42); }
td.TdClassName
{
border-color: #26AA2A;
}
.TagClassName
{
border-color: #26AA2A;
}
</style>