Shades of Jungle Green #26A779
Tints of Jungle Green #26A779
RGB
CMYK
RGB Variations
Color information
#26A779 (or 0x26A779) is known color: Jungle Green. HEX triplet: 26, A7 and 79. RGB value is (38,167,121). Sum of RGB (Red+Green+Blue) = 38+167+121=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #26A779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A779 is #D95886. Grayscale: #7B7B7B. Windows color (decimal): -14243975 or 7972646. OLE color: 7972646.
HSL color Cylindrical-coordinate representation of color #26A779: hue angle of 158.6º 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 #26A779 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 167 | 121 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.35 |
| HSL | 158.6º | 0.63% | 0.4% | - |
| HSV(B) | 158.6º | 0.77% | 0.65% | - |
| XYZ | 18.07 | 29.43 | 22.82 | - |
| YUV | 123.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 167 | 121 | 0.77 | 0 | 0.28 | 0.35 | 158.6 | 0.63 | 0.4 |
| Hex | 26 | A7 | 79 | 4D | 0 | 1C | 23 | 9F | 3F | 28 |
| Octal | 46 | 247 | 171 | 115 | 0 | 34 | 43 | 237 | 77 | 50 |
| Binary | 100110 | 10100111 | 1111001 | 1001101 | 0 | 11100 | 100011 | 10011111 | 111111 | 101000 |
Color Harmonies of #26A779
Complementary color
Monochromatic Colors of #26A779
Black with #26A779
Text Example
Text Example
White with #26A779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A779; }
p { color: rgb(38,167,121); }
H1.HeaderClassName
{
color: #26A779;
}
.AnyTagClassName
{
color: #26A779;
}
</style>
background-color css
<style>
a { background-color: #26A779; }
a { background-color: rgb(38,167,121); }
div.DivClassName
{
background-color: #26A779;
}
.BgClassName
{
background-color: #26A779;
}
</style>
border-color css
<style>
span { border-color: #26A779; }
span { border-color: rgb(38,167,121); }
td.TdClassName
{
border-color: #26A779;
}
.TagClassName
{
border-color: #26A779;
}
</style>