Shades of Jungle Green #259C7D
Tints of Jungle Green #259C7D
RGB
CMYK
RGB Variations
Color information
#259C7D (or 0x259C7D) is known color: Jungle Green. HEX triplet: 25, 9C and 7D. RGB value is (37,156,125). Sum of RGB (Red+Green+Blue) = 37+156+125=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #259C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259C7D is #DA6382. Grayscale: #747474. Windows color (decimal): -14312323 or 8231973. OLE color: 8231973.
HSL color Cylindrical-coordinate representation of color #259C7D: hue angle of 164.37º degrees, saturation: 0.62, 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 #259C7D is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 125 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.39 |
| HSL | 164.37º | 0.62% | 0.38% | - |
| HSV(B) | 164.37º | 0.76% | 0.61% | - |
| XYZ | 16.35 | 25.65 | 23.49 | - |
| YUV | 116.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 125 | 0.76 | 0 | 0.20 | 0.39 | 164.37 | 0.62 | 0.38 |
| Hex | 25 | 9C | 7D | 4C | 0 | 14 | 27 | A4 | 3E | 26 |
| Octal | 45 | 234 | 175 | 114 | 0 | 24 | 47 | 244 | 76 | 46 |
| Binary | 100101 | 10011100 | 1111101 | 1001100 | 0 | 10100 | 100111 | 10100100 | 111110 | 100110 |
Color Harmonies of #259C7D
Complementary color
Monochromatic Colors of #259C7D
Black with #259C7D
Text Example
Text Example
White with #259C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C7D; }
p { color: rgb(37,156,125); }
H1.HeaderClassName
{
color: #259C7D;
}
.AnyTagClassName
{
color: #259C7D;
}
</style>
background-color css
<style>
a { background-color: #259C7D; }
a { background-color: rgb(37,156,125); }
div.DivClassName
{
background-color: #259C7D;
}
.BgClassName
{
background-color: #259C7D;
}
</style>
border-color css
<style>
span { border-color: #259C7D; }
span { border-color: rgb(37,156,125); }
td.TdClassName
{
border-color: #259C7D;
}
.TagClassName
{
border-color: #259C7D;
}
</style>