Shades of Jungle Green #25A673
Tints of Jungle Green #25A673
RGB
CMYK
RGB Variations
Color information
#25A673 (or 0x25A673) is known color: Jungle Green. HEX triplet: 25, A6 and 73. RGB value is (37,166,115). Sum of RGB (Red+Green+Blue) = 37+166+115=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #25A673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A673 is #DA598C. Grayscale: #797979. Windows color (decimal): -14309773 or 7579173. OLE color: 7579173.
HSL color Cylindrical-coordinate representation of color #25A673: hue angle of 156.28º degrees, saturation: 0.64, 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 #25A673 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 166 | 115 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.35 |
| HSL | 156.28º | 0.64% | 0.4% | - |
| HSV(B) | 156.28º | 0.78% | 0.65% | - |
| XYZ | 17.49 | 28.9 | 20.88 | - |
| YUV | 121.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 166 | 115 | 0.78 | 0 | 0.31 | 0.35 | 156.28 | 0.64 | 0.4 |
| Hex | 25 | A6 | 73 | 4E | 0 | 1F | 23 | 9C | 40 | 28 |
| Octal | 45 | 246 | 163 | 116 | 0 | 37 | 43 | 234 | 100 | 50 |
| Binary | 100101 | 10100110 | 1110011 | 1001110 | 0 | 11111 | 100011 | 10011100 | 1000000 | 101000 |
Color Harmonies of #25A673
Complementary color
Monochromatic Colors of #25A673
Black with #25A673
Text Example
Text Example
White with #25A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A673; }
p { color: rgb(37,166,115); }
H1.HeaderClassName
{
color: #25A673;
}
.AnyTagClassName
{
color: #25A673;
}
</style>
background-color css
<style>
a { background-color: #25A673; }
a { background-color: rgb(37,166,115); }
div.DivClassName
{
background-color: #25A673;
}
.BgClassName
{
background-color: #25A673;
}
</style>
border-color css
<style>
span { border-color: #25A673; }
span { border-color: rgb(37,166,115); }
td.TdClassName
{
border-color: #25A673;
}
.TagClassName
{
border-color: #25A673;
}
</style>