Shades of Jungle Green #259F77
Tints of Jungle Green #259F77
RGB
CMYK
RGB Variations
Color information
#259F77 (or 0x259F77) is known color: Jungle Green. HEX triplet: 25, 9F and 77. RGB value is (37,159,119). Sum of RGB (Red+Green+Blue) = 37+159+119=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #259F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F77 is #DA6088. Grayscale: #757575. Windows color (decimal): -14311561 or 7839525. OLE color: 7839525.
HSL color Cylindrical-coordinate representation of color #259F77: hue angle of 160.33º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F77 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 159 | 119 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.38 |
| HSL | 160.33º | 0.62% | 0.38% | - |
| HSV(B) | 160.33º | 0.77% | 0.62% | - |
| XYZ | 16.49 | 26.52 | 21.7 | - |
| YUV | 117.96 | 128.58 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 119 | 0.77 | 0 | 0.25 | 0.38 | 160.33 | 0.62 | 0.38 |
| Hex | 25 | 9F | 77 | 4D | 0 | 19 | 26 | A0 | 3E | 26 |
| Octal | 45 | 237 | 167 | 115 | 0 | 31 | 46 | 240 | 76 | 46 |
| Binary | 100101 | 10011111 | 1110111 | 1001101 | 0 | 11001 | 100110 | 10100000 | 111110 | 100110 |
Color Harmonies of #259F77
Complementary color
Monochromatic Colors of #259F77
Black with #259F77
Text Example
Text Example
White with #259F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259F77; }
p { color: rgb(37,159,119); }
H1.HeaderClassName
{
color: #259F77;
}
.AnyTagClassName
{
color: #259F77;
}
</style>
background-color css
<style>
a { background-color: #259F77; }
a { background-color: rgb(37,159,119); }
div.DivClassName
{
background-color: #259F77;
}
.BgClassName
{
background-color: #259F77;
}
</style>
border-color css
<style>
span { border-color: #259F77; }
span { border-color: rgb(37,159,119); }
td.TdClassName
{
border-color: #259F77;
}
.TagClassName
{
border-color: #259F77;
}
</style>