Shades of Jungle Green #25A47A
Tints of Jungle Green #25A47A
RGB
CMYK
RGB Variations
Color information
#25A47A (or 0x25A47A) is known color: Jungle Green. HEX triplet: 25, A4 and 7A. RGB value is (37,164,122). Sum of RGB (Red+Green+Blue) = 37+164+122=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #25A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A47A is #DA5B85. Grayscale: #797979. Windows color (decimal): -14310278 or 8037413. OLE color: 8037413.
HSL color Cylindrical-coordinate representation of color #25A47A: hue angle of 160.16º 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 #25A47A is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 164 | 122 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.36 |
| HSL | 160.16º | 0.63% | 0.39% | - |
| HSV(B) | 160.16º | 0.77% | 0.64% | - |
| XYZ | 17.55 | 28.35 | 22.96 | - |
| YUV | 121.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 164 | 122 | 0.77 | 0 | 0.26 | 0.36 | 160.16 | 0.63 | 0.39 |
| Hex | 25 | A4 | 7A | 4D | 0 | 1A | 24 | A0 | 3F | 27 |
| Octal | 45 | 244 | 172 | 115 | 0 | 32 | 44 | 240 | 77 | 47 |
| Binary | 100101 | 10100100 | 1111010 | 1001101 | 0 | 11010 | 100100 | 10100000 | 111111 | 100111 |
Color Harmonies of #25A47A
Complementary color
Monochromatic Colors of #25A47A
Black with #25A47A
Text Example
Text Example
White with #25A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A47A; }
p { color: rgb(37,164,122); }
H1.HeaderClassName
{
color: #25A47A;
}
.AnyTagClassName
{
color: #25A47A;
}
</style>
background-color css
<style>
a { background-color: #25A47A; }
a { background-color: rgb(37,164,122); }
div.DivClassName
{
background-color: #25A47A;
}
.BgClassName
{
background-color: #25A47A;
}
</style>
border-color css
<style>
span { border-color: #25A47A; }
span { border-color: rgb(37,164,122); }
td.TdClassName
{
border-color: #25A47A;
}
.TagClassName
{
border-color: #25A47A;
}
</style>