Shades of Jungle Green #25B28C
Tints of Jungle Green #25B28C
RGB
CMYK
RGB Variations
Color information
#25B28C (or 0x25B28C) is known color: Jungle Green. HEX triplet: 25, B2 and 8C. RGB value is (37,178,140). Sum of RGB (Red+Green+Blue) = 37+178+140=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #25B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B28C is #DA4D73. Grayscale: #838383. Windows color (decimal): -14306676 or 9220645. OLE color: 9220645.
HSL color Cylindrical-coordinate representation of color #25B28C: hue angle of 163.83º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B28C is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 178 | 140 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.30 |
| HSL | 163.83º | 0.66% | 0.42% | - |
| HSV(B) | 163.83º | 0.79% | 0.7% | - |
| XYZ | 21.42 | 34.13 | 30.27 | - |
| YUV | 131.51 | 132.79 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 140 | 0.79 | 0 | 0.21 | 0.30 | 163.83 | 0.66 | 0.42 |
| Hex | 25 | B2 | 8C | 4F | 0 | 15 | 1E | A4 | 42 | 2A |
| Octal | 45 | 262 | 214 | 117 | 0 | 25 | 36 | 244 | 102 | 52 |
| Binary | 100101 | 10110010 | 10001100 | 1001111 | 0 | 10101 | 11110 | 10100100 | 1000010 | 101010 |
Color Harmonies of #25B28C
Complementary color
Monochromatic Colors of #25B28C
Black with #25B28C
Text Example
Text Example
White with #25B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B28C; }
p { color: rgb(37,178,140); }
H1.HeaderClassName
{
color: #25B28C;
}
.AnyTagClassName
{
color: #25B28C;
}
</style>
background-color css
<style>
a { background-color: #25B28C; }
a { background-color: rgb(37,178,140); }
div.DivClassName
{
background-color: #25B28C;
}
.BgClassName
{
background-color: #25B28C;
}
</style>
border-color css
<style>
span { border-color: #25B28C; }
span { border-color: rgb(37,178,140); }
td.TdClassName
{
border-color: #25B28C;
}
.TagClassName
{
border-color: #25B28C;
}
</style>