Shades of Jungle Green #259C77
Tints of Jungle Green #259C77
RGB
CMYK
RGB Variations
Color information
#259C77 (or 0x259C77) is known color: Jungle Green. HEX triplet: 25, 9C and 77. RGB value is (37,156,119). Sum of RGB (Red+Green+Blue) = 37+156+119=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #259C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259C77 is #DA6388. Grayscale: #747474. Windows color (decimal): -14312329 or 7838757. OLE color: 7838757.
HSL color Cylindrical-coordinate representation of color #259C77: hue angle of 161.34º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259C77 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 119 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.39 |
| HSL | 161.34º | 0.62% | 0.38% | - |
| HSV(B) | 161.34º | 0.76% | 0.61% | - |
| XYZ | 15.98 | 25.5 | 21.53 | - |
| YUV | 116.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 119 | 0.76 | 0 | 0.24 | 0.39 | 161.34 | 0.62 | 0.38 |
| Hex | 25 | 9C | 77 | 4C | 0 | 18 | 27 | A1 | 3E | 26 |
| Octal | 45 | 234 | 167 | 114 | 0 | 30 | 47 | 241 | 76 | 46 |
| Binary | 100101 | 10011100 | 1110111 | 1001100 | 0 | 11000 | 100111 | 10100001 | 111110 | 100110 |
Color Harmonies of #259C77
Complementary color
Monochromatic Colors of #259C77
Black with #259C77
Text Example
Text Example
White with #259C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C77; }
p { color: rgb(37,156,119); }
H1.HeaderClassName
{
color: #259C77;
}
.AnyTagClassName
{
color: #259C77;
}
</style>
background-color css
<style>
a { background-color: #259C77; }
a { background-color: rgb(37,156,119); }
div.DivClassName
{
background-color: #259C77;
}
.BgClassName
{
background-color: #259C77;
}
</style>
border-color css
<style>
span { border-color: #259C77; }
span { border-color: rgb(37,156,119); }
td.TdClassName
{
border-color: #259C77;
}
.TagClassName
{
border-color: #259C77;
}
</style>