Shades of Jungle Green #25A072
Tints of Jungle Green #25A072
RGB
CMYK
RGB Variations
Color information
#25A072 (or 0x25A072) is known color: Jungle Green. HEX triplet: 25, A0 and 72. RGB value is (37,160,114). Sum of RGB (Red+Green+Blue) = 37+160+114=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #25A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A072 is #DA5F8D. Grayscale: #767676. Windows color (decimal): -14311310 or 7512101. OLE color: 7512101.
HSL color Cylindrical-coordinate representation of color #25A072: hue angle of 157.56º 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 #25A072 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 160 | 114 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.37 |
| HSL | 157.56º | 0.62% | 0.39% | - |
| HSV(B) | 157.56º | 0.77% | 0.63% | - |
| XYZ | 16.37 | 26.75 | 20.22 | - |
| YUV | 117.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 114 | 0.77 | 0 | 0.29 | 0.37 | 157.56 | 0.62 | 0.39 |
| Hex | 25 | A0 | 72 | 4D | 0 | 1D | 25 | 9E | 3E | 27 |
| Octal | 45 | 240 | 162 | 115 | 0 | 35 | 45 | 236 | 76 | 47 |
| Binary | 100101 | 10100000 | 1110010 | 1001101 | 0 | 11101 | 100101 | 10011110 | 111110 | 100111 |
Color Harmonies of #25A072
Complementary color
Monochromatic Colors of #25A072
Black with #25A072
Text Example
Text Example
White with #25A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A072; }
p { color: rgb(37,160,114); }
H1.HeaderClassName
{
color: #25A072;
}
.AnyTagClassName
{
color: #25A072;
}
</style>
background-color css
<style>
a { background-color: #25A072; }
a { background-color: rgb(37,160,114); }
div.DivClassName
{
background-color: #25A072;
}
.BgClassName
{
background-color: #25A072;
}
</style>
border-color css
<style>
span { border-color: #25A072; }
span { border-color: rgb(37,160,114); }
td.TdClassName
{
border-color: #25A072;
}
.TagClassName
{
border-color: #25A072;
}
</style>