Shades of Jungle Green #259B7C
Tints of Jungle Green #259B7C
RGB
CMYK
RGB Variations
Color information
#259B7C (or 0x259B7C) is known color: Jungle Green. HEX triplet: 25, 9B and 7C. RGB value is (37,155,124). Sum of RGB (Red+Green+Blue) = 37+155+124=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #259B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B7C is #DA6483. Grayscale: #747474. Windows color (decimal): -14312580 or 8166181. OLE color: 8166181.
HSL color Cylindrical-coordinate representation of color #259B7C: hue angle of 164.24º degrees, saturation: 0.61, 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 #259B7C is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 124 | - |
| CMYK | 0.76 | 0 | 0.2 | 0.39 |
| HSL | 164.24º | 0.61% | 0.38% | - |
| HSV(B) | 164.24º | 0.76% | 0.61% | - |
| XYZ | 16.12 | 25.29 | 23.1 | - |
| YUV | 116.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 124 | 0.76 | 0 | 0.2 | 0.39 | 164.24 | 0.61 | 0.38 |
| Hex | 25 | 9B | 7C | 4C | 0 | 14 | 27 | A4 | 3D | 26 |
| Octal | 45 | 233 | 174 | 114 | 0 | 24 | 47 | 244 | 75 | 46 |
| Binary | 100101 | 10011011 | 1111100 | 1001100 | 0 | 10100 | 100111 | 10100100 | 111101 | 100110 |
Color Harmonies of #259B7C
Complementary color
Monochromatic Colors of #259B7C
Black with #259B7C
Text Example
Text Example
White with #259B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B7C; }
p { color: rgb(37,155,124); }
H1.HeaderClassName
{
color: #259B7C;
}
.AnyTagClassName
{
color: #259B7C;
}
</style>
background-color css
<style>
a { background-color: #259B7C; }
a { background-color: rgb(37,155,124); }
div.DivClassName
{
background-color: #259B7C;
}
.BgClassName
{
background-color: #259B7C;
}
</style>
border-color css
<style>
span { border-color: #259B7C; }
span { border-color: rgb(37,155,124); }
td.TdClassName
{
border-color: #259B7C;
}
.TagClassName
{
border-color: #259B7C;
}
</style>