Shades of Jungle Green #25B485
Tints of Jungle Green #25B485
RGB
CMYK
RGB Variations
Color information
#25B485 (or 0x25B485) is known color: Jungle Green. HEX triplet: 25, B4 and 85. RGB value is (37,180,133). Sum of RGB (Red+Green+Blue) = 37+180+133=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #25B485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B485 is #DA4B7A. Grayscale: #838383. Windows color (decimal): -14306171 or 8762405. OLE color: 8762405.
HSL color Cylindrical-coordinate representation of color #25B485: hue angle of 160.28º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B485 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 180 | 133 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.29 |
| HSL | 160.28º | 0.66% | 0.43% | - |
| HSV(B) | 160.28º | 0.79% | 0.71% | - |
| XYZ | 21.32 | 34.73 | 27.77 | - |
| YUV | 131.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 180 | 133 | 0.79 | 0 | 0.26 | 0.29 | 160.28 | 0.66 | 0.43 |
| Hex | 25 | B4 | 85 | 4F | 0 | 1A | 1D | A0 | 42 | 2B |
| Octal | 45 | 264 | 205 | 117 | 0 | 32 | 35 | 240 | 102 | 53 |
| Binary | 100101 | 10110100 | 10000101 | 1001111 | 0 | 11010 | 11101 | 10100000 | 1000010 | 101011 |
Color Harmonies of #25B485
Complementary color
Monochromatic Colors of #25B485
Black with #25B485
Text Example
Text Example
White with #25B485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B485; }
p { color: rgb(37,180,133); }
H1.HeaderClassName
{
color: #25B485;
}
.AnyTagClassName
{
color: #25B485;
}
</style>
background-color css
<style>
a { background-color: #25B485; }
a { background-color: rgb(37,180,133); }
div.DivClassName
{
background-color: #25B485;
}
.BgClassName
{
background-color: #25B485;
}
</style>
border-color css
<style>
span { border-color: #25B485; }
span { border-color: rgb(37,180,133); }
td.TdClassName
{
border-color: #25B485;
}
.TagClassName
{
border-color: #25B485;
}
</style>