Shades of Jungle Green #26A77D
Tints of Jungle Green #26A77D
RGB
CMYK
RGB Variations
Color information
#26A77D (or 0x26A77D) is known color: Jungle Green. HEX triplet: 26, A7 and 7D. RGB value is (38,167,125). Sum of RGB (Red+Green+Blue) = 38+167+125=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #26A77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A77D is #D95882. Grayscale: #7B7B7B. Windows color (decimal): -14243971 or 8234790. OLE color: 8234790.
HSL color Cylindrical-coordinate representation of color #26A77D: hue angle of 160.47º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A77D is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 167 | 125 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.35 |
| HSL | 160.47º | 0.63% | 0.4% | - |
| HSV(B) | 160.47º | 0.77% | 0.65% | - |
| XYZ | 18.32 | 29.53 | 24.14 | - |
| YUV | 123.64 | 128.76 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 167 | 125 | 0.77 | 0 | 0.25 | 0.35 | 160.47 | 0.63 | 0.4 |
| Hex | 26 | A7 | 7D | 4D | 0 | 19 | 23 | A0 | 3F | 28 |
| Octal | 46 | 247 | 175 | 115 | 0 | 31 | 43 | 240 | 77 | 50 |
| Binary | 100110 | 10100111 | 1111101 | 1001101 | 0 | 11001 | 100011 | 10100000 | 111111 | 101000 |
Color Harmonies of #26A77D
Complementary color
Monochromatic Colors of #26A77D
Black with #26A77D
Text Example
Text Example
White with #26A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A77D; }
p { color: rgb(38,167,125); }
H1.HeaderClassName
{
color: #26A77D;
}
.AnyTagClassName
{
color: #26A77D;
}
</style>
background-color css
<style>
a { background-color: #26A77D; }
a { background-color: rgb(38,167,125); }
div.DivClassName
{
background-color: #26A77D;
}
.BgClassName
{
background-color: #26A77D;
}
</style>
border-color css
<style>
span { border-color: #26A77D; }
span { border-color: rgb(38,167,125); }
td.TdClassName
{
border-color: #26A77D;
}
.TagClassName
{
border-color: #26A77D;
}
</style>