Shades of Jungle Green #25A584
Tints of Jungle Green #25A584
RGB
CMYK
RGB Variations
Color information
#25A584 (or 0x25A584) is known color: Jungle Green. HEX triplet: 25, A5 and 84. RGB value is (37,165,132). Sum of RGB (Red+Green+Blue) = 37+165+132=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #25A584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A584 is #DA5A7B. Grayscale: #7A7A7A. Windows color (decimal): -14310012 or 8693029. OLE color: 8693029.
HSL color Cylindrical-coordinate representation of color #25A584: hue angle of 164.53º 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 #25A584 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 165 | 132 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.35 |
| HSL | 164.53º | 0.63% | 0.4% | - |
| HSV(B) | 164.53º | 0.78% | 0.65% | - |
| XYZ | 18.38 | 28.97 | 26.45 | - |
| YUV | 122.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 165 | 132 | 0.78 | 0 | 0.20 | 0.35 | 164.53 | 0.63 | 0.4 |
| Hex | 25 | A5 | 84 | 4E | 0 | 14 | 23 | A5 | 3F | 28 |
| Octal | 45 | 245 | 204 | 116 | 0 | 24 | 43 | 245 | 77 | 50 |
| Binary | 100101 | 10100101 | 10000100 | 1001110 | 0 | 10100 | 100011 | 10100101 | 111111 | 101000 |
Color Harmonies of #25A584
Complementary color
Monochromatic Colors of #25A584
Black with #25A584
Text Example
Text Example
White with #25A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A584; }
p { color: rgb(37,165,132); }
H1.HeaderClassName
{
color: #25A584;
}
.AnyTagClassName
{
color: #25A584;
}
</style>
background-color css
<style>
a { background-color: #25A584; }
a { background-color: rgb(37,165,132); }
div.DivClassName
{
background-color: #25A584;
}
.BgClassName
{
background-color: #25A584;
}
</style>
border-color css
<style>
span { border-color: #25A584; }
span { border-color: rgb(37,165,132); }
td.TdClassName
{
border-color: #25A584;
}
.TagClassName
{
border-color: #25A584;
}
</style>