Shades of Jungle Green #26AA72
Tints of Jungle Green #26AA72
RGB
CMYK
RGB Variations
Color information
#26AA72 (or 0x26AA72) is known color: Jungle Green. HEX triplet: 26, AA and 72. RGB value is (38,170,114). Sum of RGB (Red+Green+Blue) = 38+170+114=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA72 is #D9558D. Grayscale: #7C7C7C. Windows color (decimal): -14243214 or 7514662. OLE color: 7514662.
HSL color Cylindrical-coordinate representation of color #26AA72: hue angle of 154.55º 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 #26AA72 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 114 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.33 |
| HSL | 154.55º | 0.63% | 0.41% | - |
| HSV(B) | 154.55º | 0.78% | 0.67% | - |
| XYZ | 18.21 | 30.38 | 20.82 | - |
| YUV | 124.15 | 122.27 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 114 | 0.78 | 0 | 0.33 | 0.33 | 154.55 | 0.63 | 0.41 |
| Hex | 26 | AA | 72 | 4E | 0 | 21 | 21 | 9B | 3F | 29 |
| Octal | 46 | 252 | 162 | 116 | 0 | 41 | 41 | 233 | 77 | 51 |
| Binary | 100110 | 10101010 | 1110010 | 1001110 | 0 | 100001 | 100001 | 10011011 | 111111 | 101001 |
Color Harmonies of #26AA72
Complementary color
Monochromatic Colors of #26AA72
Black with #26AA72
Text Example
Text Example
White with #26AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA72; }
p { color: rgb(38,170,114); }
H1.HeaderClassName
{
color: #26AA72;
}
.AnyTagClassName
{
color: #26AA72;
}
</style>
background-color css
<style>
a { background-color: #26AA72; }
a { background-color: rgb(38,170,114); }
div.DivClassName
{
background-color: #26AA72;
}
.BgClassName
{
background-color: #26AA72;
}
</style>
border-color css
<style>
span { border-color: #26AA72; }
span { border-color: rgb(38,170,114); }
td.TdClassName
{
border-color: #26AA72;
}
.TagClassName
{
border-color: #26AA72;
}
</style>