Shades of Jungle Green #25A278
Tints of Jungle Green #25A278
RGB
CMYK
RGB Variations
Color information
#25A278 (or 0x25A278) is known color: Jungle Green. HEX triplet: 25, A2 and 78. RGB value is (37,162,120). Sum of RGB (Red+Green+Blue) = 37+162+120=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #25A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A278 is #DA5D87. Grayscale: #777777. Windows color (decimal): -14310792 or 7905829. OLE color: 7905829.
HSL color Cylindrical-coordinate representation of color #25A278: hue angle of 159.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A278 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 162 | 120 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.36 |
| HSL | 159.84º | 0.63% | 0.39% | - |
| HSV(B) | 159.84º | 0.77% | 0.64% | - |
| XYZ | 17.07 | 27.59 | 22.19 | - |
| YUV | 119.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 162 | 120 | 0.77 | 0 | 0.26 | 0.36 | 159.84 | 0.63 | 0.39 |
| Hex | 25 | A2 | 78 | 4D | 0 | 1A | 24 | A0 | 3F | 27 |
| Octal | 45 | 242 | 170 | 115 | 0 | 32 | 44 | 240 | 77 | 47 |
| Binary | 100101 | 10100010 | 1111000 | 1001101 | 0 | 11010 | 100100 | 10100000 | 111111 | 100111 |
Color Harmonies of #25A278
Complementary color
Monochromatic Colors of #25A278
Black with #25A278
Text Example
Text Example
White with #25A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A278; }
p { color: rgb(37,162,120); }
H1.HeaderClassName
{
color: #25A278;
}
.AnyTagClassName
{
color: #25A278;
}
</style>
background-color css
<style>
a { background-color: #25A278; }
a { background-color: rgb(37,162,120); }
div.DivClassName
{
background-color: #25A278;
}
.BgClassName
{
background-color: #25A278;
}
</style>
border-color css
<style>
span { border-color: #25A278; }
span { border-color: rgb(37,162,120); }
td.TdClassName
{
border-color: #25A278;
}
.TagClassName
{
border-color: #25A278;
}
</style>