Shades of Jungle Green #259F7F
Tints of Jungle Green #259F7F
RGB
CMYK
RGB Variations
Color information
#259F7F (or 0x259F7F) is known color: Jungle Green. HEX triplet: 25, 9F and 7F. RGB value is (37,159,127). Sum of RGB (Red+Green+Blue) = 37+159+127=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #259F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F7F is #DA6080. Grayscale: #767676. Windows color (decimal): -14311553 or 8363813. OLE color: 8363813.
HSL color Cylindrical-coordinate representation of color #259F7F: hue angle of 164.26º 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 #259F7F is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 159 | 127 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.38 |
| HSL | 164.26º | 0.62% | 0.38% | - |
| HSV(B) | 164.26º | 0.77% | 0.62% | - |
| XYZ | 16.99 | 26.72 | 24.34 | - |
| YUV | 118.87 | 132.58 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 127 | 0.77 | 0 | 0.20 | 0.38 | 164.26 | 0.62 | 0.38 |
| Hex | 25 | 9F | 7F | 4D | 0 | 14 | 26 | A4 | 3E | 26 |
| Octal | 45 | 237 | 177 | 115 | 0 | 24 | 46 | 244 | 76 | 46 |
| Binary | 100101 | 10011111 | 1111111 | 1001101 | 0 | 10100 | 100110 | 10100100 | 111110 | 100110 |
Color Harmonies of #259F7F
Complementary color
Monochromatic Colors of #259F7F
Black with #259F7F
Text Example
Text Example
White with #259F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259F7F; }
p { color: rgb(37,159,127); }
H1.HeaderClassName
{
color: #259F7F;
}
.AnyTagClassName
{
color: #259F7F;
}
</style>
background-color css
<style>
a { background-color: #259F7F; }
a { background-color: rgb(37,159,127); }
div.DivClassName
{
background-color: #259F7F;
}
.BgClassName
{
background-color: #259F7F;
}
</style>
border-color css
<style>
span { border-color: #259F7F; }
span { border-color: rgb(37,159,127); }
td.TdClassName
{
border-color: #259F7F;
}
.TagClassName
{
border-color: #259F7F;
}
</style>