Shades of Jungle Green #25B28D
Tints of Jungle Green #25B28D
RGB
CMYK
RGB Variations
Color information
#25B28D (or 0x25B28D) is known color: Jungle Green. HEX triplet: 25, B2 and 8D. RGB value is (37,178,141). Sum of RGB (Red+Green+Blue) = 37+178+141=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #25B28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B28D is #DA4D72. Grayscale: #838383. Windows color (decimal): -14306675 or 9286181. OLE color: 9286181.
HSL color Cylindrical-coordinate representation of color #25B28D: hue angle of 164.26º 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 #25B28D is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 178 | 141 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.30 |
| HSL | 164.26º | 0.66% | 0.42% | - |
| HSV(B) | 164.26º | 0.79% | 0.7% | - |
| XYZ | 21.49 | 34.16 | 30.66 | - |
| YUV | 131.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 141 | 0.79 | 0 | 0.21 | 0.30 | 164.26 | 0.66 | 0.42 |
| Hex | 25 | B2 | 8D | 4F | 0 | 15 | 1E | A4 | 42 | 2A |
| Octal | 45 | 262 | 215 | 117 | 0 | 25 | 36 | 244 | 102 | 52 |
| Binary | 100101 | 10110010 | 10001101 | 1001111 | 0 | 10101 | 11110 | 10100100 | 1000010 | 101010 |
Color Harmonies of #25B28D
Complementary color
Monochromatic Colors of #25B28D
Black with #25B28D
Text Example
Text Example
White with #25B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B28D; }
p { color: rgb(37,178,141); }
H1.HeaderClassName
{
color: #25B28D;
}
.AnyTagClassName
{
color: #25B28D;
}
</style>
background-color css
<style>
a { background-color: #25B28D; }
a { background-color: rgb(37,178,141); }
div.DivClassName
{
background-color: #25B28D;
}
.BgClassName
{
background-color: #25B28D;
}
</style>
border-color css
<style>
span { border-color: #25B28D; }
span { border-color: rgb(37,178,141); }
td.TdClassName
{
border-color: #25B28D;
}
.TagClassName
{
border-color: #25B28D;
}
</style>