Shades of Jungle Green #25A570
Tints of Jungle Green #25A570
RGB
CMYK
RGB Variations
Color information
#25A570 (or 0x25A570) is known color: Jungle Green. HEX triplet: 25, A5 and 70. RGB value is (37,165,112). Sum of RGB (Red+Green+Blue) = 37+165+112=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #25A570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A570 is #DA5A8F. Grayscale: #787878. Windows color (decimal): -14310032 or 7382309. OLE color: 7382309.
HSL color Cylindrical-coordinate representation of color #25A570: hue angle of 155.16º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A570 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 165 | 112 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.35 |
| HSL | 155.16º | 0.63% | 0.4% | - |
| HSV(B) | 155.16º | 0.78% | 0.65% | - |
| XYZ | 17.14 | 28.47 | 19.92 | - |
| YUV | 120.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 165 | 112 | 0.78 | 0 | 0.32 | 0.35 | 155.16 | 0.63 | 0.4 |
| Hex | 25 | A5 | 70 | 4E | 0 | 20 | 23 | 9B | 3F | 28 |
| Octal | 45 | 245 | 160 | 116 | 0 | 40 | 43 | 233 | 77 | 50 |
| Binary | 100101 | 10100101 | 1110000 | 1001110 | 0 | 100000 | 100011 | 10011011 | 111111 | 101000 |
Color Harmonies of #25A570
Complementary color
Monochromatic Colors of #25A570
Black with #25A570
Text Example
Text Example
White with #25A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A570; }
p { color: rgb(37,165,112); }
H1.HeaderClassName
{
color: #25A570;
}
.AnyTagClassName
{
color: #25A570;
}
</style>
background-color css
<style>
a { background-color: #25A570; }
a { background-color: rgb(37,165,112); }
div.DivClassName
{
background-color: #25A570;
}
.BgClassName
{
background-color: #25A570;
}
</style>
border-color css
<style>
span { border-color: #25A570; }
span { border-color: rgb(37,165,112); }
td.TdClassName
{
border-color: #25A570;
}
.TagClassName
{
border-color: #25A570;
}
</style>