Shades of Jungle Green #259F73
Tints of Jungle Green #259F73
RGB
CMYK
RGB Variations
Color information
#259F73 (or 0x259F73) is known color: Jungle Green. HEX triplet: 25, 9F and 73. RGB value is (37,159,115). Sum of RGB (Red+Green+Blue) = 37+159+115=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #259F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F73 is #DA608C. Grayscale: #757575. Windows color (decimal): -14311565 or 7577381. OLE color: 7577381.
HSL color Cylindrical-coordinate representation of color #259F73: hue angle of 158.36º 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 #259F73 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 159 | 115 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.38 |
| HSL | 158.36º | 0.62% | 0.38% | - |
| HSV(B) | 158.36º | 0.77% | 0.62% | - |
| XYZ | 16.26 | 26.43 | 20.46 | - |
| YUV | 117.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 115 | 0.77 | 0 | 0.28 | 0.38 | 158.36 | 0.62 | 0.38 |
| Hex | 25 | 9F | 73 | 4D | 0 | 1C | 26 | 9E | 3E | 26 |
| Octal | 45 | 237 | 163 | 115 | 0 | 34 | 46 | 236 | 76 | 46 |
| Binary | 100101 | 10011111 | 1110011 | 1001101 | 0 | 11100 | 100110 | 10011110 | 111110 | 100110 |
Color Harmonies of #259F73
Complementary color
Monochromatic Colors of #259F73
Black with #259F73
Text Example
Text Example
White with #259F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259F73; }
p { color: rgb(37,159,115); }
H1.HeaderClassName
{
color: #259F73;
}
.AnyTagClassName
{
color: #259F73;
}
</style>
background-color css
<style>
a { background-color: #259F73; }
a { background-color: rgb(37,159,115); }
div.DivClassName
{
background-color: #259F73;
}
.BgClassName
{
background-color: #259F73;
}
</style>
border-color css
<style>
span { border-color: #259F73; }
span { border-color: rgb(37,159,115); }
td.TdClassName
{
border-color: #259F73;
}
.TagClassName
{
border-color: #259F73;
}
</style>