Shades of Jungle Green #25987C
Tints of Jungle Green #25987C
RGB
CMYK
RGB Variations
Color information
#25987C (or 0x25987C) is known color: Jungle Green. HEX triplet: 25, 98 and 7C. RGB value is (37,152,124). Sum of RGB (Red+Green+Blue) = 37+152+124=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #25987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25987C is #DA6783. Grayscale: #727272. Windows color (decimal): -14313348 or 8165413. OLE color: 8165413.
HSL color Cylindrical-coordinate representation of color #25987C: hue angle of 165.39º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25987C is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 124 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.40 |
| HSL | 165.39º | 0.61% | 0.37% | - |
| HSV(B) | 165.39º | 0.76% | 0.6% | - |
| XYZ | 15.63 | 24.31 | 22.94 | - |
| YUV | 114.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 124 | 0.76 | 0 | 0.18 | 0.40 | 165.39 | 0.61 | 0.37 |
| Hex | 25 | 98 | 7C | 4C | 0 | 12 | 28 | A5 | 3D | 25 |
| Octal | 45 | 230 | 174 | 114 | 0 | 22 | 50 | 245 | 75 | 45 |
| Binary | 100101 | 10011000 | 1111100 | 1001100 | 0 | 10010 | 101000 | 10100101 | 111101 | 100101 |
Color Harmonies of #25987C
Complementary color
Monochromatic Colors of #25987C
Black with #25987C
Text Example
Text Example
White with #25987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25987C; }
p { color: rgb(37,152,124); }
H1.HeaderClassName
{
color: #25987C;
}
.AnyTagClassName
{
color: #25987C;
}
</style>
background-color css
<style>
a { background-color: #25987C; }
a { background-color: rgb(37,152,124); }
div.DivClassName
{
background-color: #25987C;
}
.BgClassName
{
background-color: #25987C;
}
</style>
border-color css
<style>
span { border-color: #25987C; }
span { border-color: rgb(37,152,124); }
td.TdClassName
{
border-color: #25987C;
}
.TagClassName
{
border-color: #25987C;
}
</style>