Shades of Jungle Green #25A079
Tints of Jungle Green #25A079
RGB
CMYK
RGB Variations
Color information
#25A079 (or 0x25A079) is known color: Jungle Green. HEX triplet: 25, A0 and 79. RGB value is (37,160,121). Sum of RGB (Red+Green+Blue) = 37+160+121=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #25A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A079 is #DA5F86. Grayscale: #767676. Windows color (decimal): -14311303 or 7970853. OLE color: 7970853.
HSL color Cylindrical-coordinate representation of color #25A079: hue angle of 160.98º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A079 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 160 | 121 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.37 |
| HSL | 160.98º | 0.62% | 0.39% | - |
| HSV(B) | 160.98º | 0.77% | 0.63% | - |
| XYZ | 16.78 | 26.92 | 22.4 | - |
| YUV | 118.78 | 129.25 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 121 | 0.77 | 0 | 0.24 | 0.37 | 160.98 | 0.62 | 0.39 |
| Hex | 25 | A0 | 79 | 4D | 0 | 18 | 25 | A1 | 3E | 27 |
| Octal | 45 | 240 | 171 | 115 | 0 | 30 | 45 | 241 | 76 | 47 |
| Binary | 100101 | 10100000 | 1111001 | 1001101 | 0 | 11000 | 100101 | 10100001 | 111110 | 100111 |
Color Harmonies of #25A079
Complementary color
Monochromatic Colors of #25A079
Black with #25A079
Text Example
Text Example
White with #25A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A079; }
p { color: rgb(37,160,121); }
H1.HeaderClassName
{
color: #25A079;
}
.AnyTagClassName
{
color: #25A079;
}
</style>
background-color css
<style>
a { background-color: #25A079; }
a { background-color: rgb(37,160,121); }
div.DivClassName
{
background-color: #25A079;
}
.BgClassName
{
background-color: #25A079;
}
</style>
border-color css
<style>
span { border-color: #25A079; }
span { border-color: rgb(37,160,121); }
td.TdClassName
{
border-color: #25A079;
}
.TagClassName
{
border-color: #25A079;
}
</style>