Shades of Jungle Green #26AA7D
Tints of Jungle Green #26AA7D
RGB
CMYK
RGB Variations
Color information
#26AA7D (or 0x26AA7D) is known color: Jungle Green. HEX triplet: 26, AA and 7D. RGB value is (38,170,125). Sum of RGB (Red+Green+Blue) = 38+170+125=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA7D is #D95582. Grayscale: #7D7D7D. Windows color (decimal): -14243203 or 8235558. OLE color: 8235558.
HSL color Cylindrical-coordinate representation of color #26AA7D: hue angle of 159.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 #26AA7D is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 125 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.33 |
| HSL | 159.55º | 0.63% | 0.41% | - |
| HSV(B) | 159.55º | 0.78% | 0.67% | - |
| XYZ | 18.88 | 30.64 | 24.32 | - |
| YUV | 125.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 125 | 0.78 | 0 | 0.26 | 0.33 | 159.55 | 0.63 | 0.41 |
| Hex | 26 | AA | 7D | 4E | 0 | 1A | 21 | A0 | 3F | 29 |
| Octal | 46 | 252 | 175 | 116 | 0 | 32 | 41 | 240 | 77 | 51 |
| Binary | 100110 | 10101010 | 1111101 | 1001110 | 0 | 11010 | 100001 | 10100000 | 111111 | 101001 |
Color Harmonies of #26AA7D
Complementary color
Monochromatic Colors of #26AA7D
Black with #26AA7D
Text Example
Text Example
White with #26AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA7D; }
p { color: rgb(38,170,125); }
H1.HeaderClassName
{
color: #26AA7D;
}
.AnyTagClassName
{
color: #26AA7D;
}
</style>
background-color css
<style>
a { background-color: #26AA7D; }
a { background-color: rgb(38,170,125); }
div.DivClassName
{
background-color: #26AA7D;
}
.BgClassName
{
background-color: #26AA7D;
}
</style>
border-color css
<style>
span { border-color: #26AA7D; }
span { border-color: rgb(38,170,125); }
td.TdClassName
{
border-color: #26AA7D;
}
.TagClassName
{
border-color: #26AA7D;
}
</style>