Shades of Jungle Green #259A7C
Tints of Jungle Green #259A7C
RGB
CMYK
RGB Variations
Color information
#259A7C (or 0x259A7C) is known color: Jungle Green. HEX triplet: 25, 9A and 7C. RGB value is (37,154,124). Sum of RGB (Red+Green+Blue) = 37+154+124=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #259A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259A7C is #DA6583. Grayscale: #737373. Windows color (decimal): -14312836 or 8165925. OLE color: 8165925.
HSL color Cylindrical-coordinate representation of color #259A7C: hue angle of 164.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259A7C is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 124 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.40 |
| HSL | 164.62º | 0.61% | 0.37% | - |
| HSV(B) | 164.62º | 0.76% | 0.6% | - |
| XYZ | 15.96 | 24.96 | 23.05 | - |
| YUV | 115.6 | 132.74 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 124 | 0.76 | 0 | 0.19 | 0.40 | 164.62 | 0.61 | 0.37 |
| Hex | 25 | 9A | 7C | 4C | 0 | 13 | 28 | A5 | 3D | 25 |
| Octal | 45 | 232 | 174 | 114 | 0 | 23 | 50 | 245 | 75 | 45 |
| Binary | 100101 | 10011010 | 1111100 | 1001100 | 0 | 10011 | 101000 | 10100101 | 111101 | 100101 |
Color Harmonies of #259A7C
Complementary color
Monochromatic Colors of #259A7C
Black with #259A7C
Text Example
Text Example
White with #259A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A7C; }
p { color: rgb(37,154,124); }
H1.HeaderClassName
{
color: #259A7C;
}
.AnyTagClassName
{
color: #259A7C;
}
</style>
background-color css
<style>
a { background-color: #259A7C; }
a { background-color: rgb(37,154,124); }
div.DivClassName
{
background-color: #259A7C;
}
.BgClassName
{
background-color: #259A7C;
}
</style>
border-color css
<style>
span { border-color: #259A7C; }
span { border-color: rgb(37,154,124); }
td.TdClassName
{
border-color: #259A7C;
}
.TagClassName
{
border-color: #259A7C;
}
</style>