Shades of Jungle Green #25B087
Tints of Jungle Green #25B087
RGB
CMYK
RGB Variations
Color information
#25B087 (or 0x25B087) is known color: Jungle Green. HEX triplet: 25, B0 and 87. RGB value is (37,176,135). Sum of RGB (Red+Green+Blue) = 37+176+135=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #25B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B087 is #DA4F78. Grayscale: #818181. Windows color (decimal): -14307193 or 8892453. OLE color: 8892453.
HSL color Cylindrical-coordinate representation of color #25B087: hue angle of 162.3º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B087 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 176 | 135 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.31 |
| HSL | 162.3º | 0.65% | 0.42% | - |
| HSV(B) | 162.3º | 0.79% | 0.69% | - |
| XYZ | 20.66 | 33.19 | 28.24 | - |
| YUV | 129.77 | 130.95 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 176 | 135 | 0.79 | 0 | 0.23 | 0.31 | 162.3 | 0.65 | 0.42 |
| Hex | 25 | B0 | 87 | 4F | 0 | 17 | 1F | A2 | 41 | 2A |
| Octal | 45 | 260 | 207 | 117 | 0 | 27 | 37 | 242 | 101 | 52 |
| Binary | 100101 | 10110000 | 10000111 | 1001111 | 0 | 10111 | 11111 | 10100010 | 1000001 | 101010 |
Color Harmonies of #25B087
Complementary color
Monochromatic Colors of #25B087
Black with #25B087
Text Example
Text Example
White with #25B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B087; }
p { color: rgb(37,176,135); }
H1.HeaderClassName
{
color: #25B087;
}
.AnyTagClassName
{
color: #25B087;
}
</style>
background-color css
<style>
a { background-color: #25B087; }
a { background-color: rgb(37,176,135); }
div.DivClassName
{
background-color: #25B087;
}
.BgClassName
{
background-color: #25B087;
}
</style>
border-color css
<style>
span { border-color: #25B087; }
span { border-color: rgb(37,176,135); }
td.TdClassName
{
border-color: #25B087;
}
.TagClassName
{
border-color: #25B087;
}
</style>