Shades of Jungle Green #25A482
Tints of Jungle Green #25A482
RGB
CMYK
RGB Variations
Color information
#25A482 (or 0x25A482) is known color: Jungle Green. HEX triplet: 25, A4 and 82. RGB value is (37,164,130). Sum of RGB (Red+Green+Blue) = 37+164+130=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #25A482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A482 is #DA5B7D. Grayscale: #7A7A7A. Windows color (decimal): -14310270 or 8561701. OLE color: 8561701.
HSL color Cylindrical-coordinate representation of color #25A482: hue angle of 163.94º 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 #25A482 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 164 | 130 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.36 |
| HSL | 163.94º | 0.63% | 0.39% | - |
| HSV(B) | 163.94º | 0.77% | 0.64% | - |
| XYZ | 18.07 | 28.56 | 25.68 | - |
| YUV | 122.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 164 | 130 | 0.77 | 0 | 0.21 | 0.36 | 163.94 | 0.63 | 0.39 |
| Hex | 25 | A4 | 82 | 4D | 0 | 15 | 24 | A4 | 3F | 27 |
| Octal | 45 | 244 | 202 | 115 | 0 | 25 | 44 | 244 | 77 | 47 |
| Binary | 100101 | 10100100 | 10000010 | 1001101 | 0 | 10101 | 100100 | 10100100 | 111111 | 100111 |
Color Harmonies of #25A482
Complementary color
Monochromatic Colors of #25A482
Black with #25A482
Text Example
Text Example
White with #25A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A482; }
p { color: rgb(37,164,130); }
H1.HeaderClassName
{
color: #25A482;
}
.AnyTagClassName
{
color: #25A482;
}
</style>
background-color css
<style>
a { background-color: #25A482; }
a { background-color: rgb(37,164,130); }
div.DivClassName
{
background-color: #25A482;
}
.BgClassName
{
background-color: #25A482;
}
</style>
border-color css
<style>
span { border-color: #25A482; }
span { border-color: rgb(37,164,130); }
td.TdClassName
{
border-color: #25A482;
}
.TagClassName
{
border-color: #25A482;
}
</style>