Shades of Jungle Green #259E7B
Tints of Jungle Green #259E7B
RGB
CMYK
RGB Variations
Color information
#259E7B (or 0x259E7B) is known color: Jungle Green. HEX triplet: 25, 9E and 7B. RGB value is (37,158,123). Sum of RGB (Red+Green+Blue) = 37+158+123=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #259E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259E7B is #DA6184. Grayscale: #757575. Windows color (decimal): -14311813 or 8101413. OLE color: 8101413.
HSL color Cylindrical-coordinate representation of color #259E7B: hue angle of 162.64º 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 #259E7B is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 158 | 123 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.38 |
| HSL | 162.64º | 0.62% | 0.38% | - |
| HSV(B) | 162.64º | 0.77% | 0.62% | - |
| XYZ | 16.56 | 26.28 | 22.94 | - |
| YUV | 117.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 123 | 0.77 | 0 | 0.22 | 0.38 | 162.64 | 0.62 | 0.38 |
| Hex | 25 | 9E | 7B | 4D | 0 | 16 | 26 | A3 | 3E | 26 |
| Octal | 45 | 236 | 173 | 115 | 0 | 26 | 46 | 243 | 76 | 46 |
| Binary | 100101 | 10011110 | 1111011 | 1001101 | 0 | 10110 | 100110 | 10100011 | 111110 | 100110 |
Color Harmonies of #259E7B
Complementary color
Monochromatic Colors of #259E7B
Black with #259E7B
Text Example
Text Example
White with #259E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259E7B; }
p { color: rgb(37,158,123); }
H1.HeaderClassName
{
color: #259E7B;
}
.AnyTagClassName
{
color: #259E7B;
}
</style>
background-color css
<style>
a { background-color: #259E7B; }
a { background-color: rgb(37,158,123); }
div.DivClassName
{
background-color: #259E7B;
}
.BgClassName
{
background-color: #259E7B;
}
</style>
border-color css
<style>
span { border-color: #259E7B; }
span { border-color: rgb(37,158,123); }
td.TdClassName
{
border-color: #259E7B;
}
.TagClassName
{
border-color: #259E7B;
}
</style>