Shades of Jungle Green #25B68F
Tints of Jungle Green #25B68F
RGB
CMYK
RGB Variations
Color information
#25B68F (or 0x25B68F) is known color: Jungle Green. HEX triplet: 25, B6 and 8F. RGB value is (37,182,143). Sum of RGB (Red+Green+Blue) = 37+182+143=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #25B68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B68F is #DA4970. Grayscale: #868686. Windows color (decimal): -14305649 or 9418277. OLE color: 9418277.
HSL color Cylindrical-coordinate representation of color #25B68F: hue angle of 163.86º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B68F is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 182 | 143 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.29 |
| HSL | 163.86º | 0.66% | 0.43% | - |
| HSV(B) | 163.86º | 0.8% | 0.71% | - |
| XYZ | 22.45 | 35.83 | 31.72 | - |
| YUV | 134.2 | 132.96 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 182 | 143 | 0.80 | 0 | 0.21 | 0.29 | 163.86 | 0.66 | 0.43 |
| Hex | 25 | B6 | 8F | 50 | 0 | 15 | 1D | A4 | 42 | 2B |
| Octal | 45 | 266 | 217 | 120 | 0 | 25 | 35 | 244 | 102 | 53 |
| Binary | 100101 | 10110110 | 10001111 | 1010000 | 0 | 10101 | 11101 | 10100100 | 1000010 | 101011 |
Color Harmonies of #25B68F
Complementary color
Monochromatic Colors of #25B68F
Black with #25B68F
Text Example
Text Example
White with #25B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B68F; }
p { color: rgb(37,182,143); }
H1.HeaderClassName
{
color: #25B68F;
}
.AnyTagClassName
{
color: #25B68F;
}
</style>
background-color css
<style>
a { background-color: #25B68F; }
a { background-color: rgb(37,182,143); }
div.DivClassName
{
background-color: #25B68F;
}
.BgClassName
{
background-color: #25B68F;
}
</style>
border-color css
<style>
span { border-color: #25B68F; }
span { border-color: rgb(37,182,143); }
td.TdClassName
{
border-color: #25B68F;
}
.TagClassName
{
border-color: #25B68F;
}
</style>