Shades of Jungle Green #25A685
Tints of Jungle Green #25A685
RGB
CMYK
RGB Variations
Color information
#25A685 (or 0x25A685) is known color: Jungle Green. HEX triplet: 25, A6 and 85. RGB value is (37,166,133). Sum of RGB (Red+Green+Blue) = 37+166+133=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #25A685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A685 is #DA597A. Grayscale: #7B7B7B. Windows color (decimal): -14309755 or 8758821. OLE color: 8758821.
HSL color Cylindrical-coordinate representation of color #25A685: hue angle of 164.65º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A685 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 166 | 133 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.35 |
| HSL | 164.65º | 0.64% | 0.4% | - |
| HSV(B) | 164.65º | 0.78% | 0.65% | - |
| XYZ | 18.63 | 29.36 | 26.88 | - |
| YUV | 123.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 166 | 133 | 0.78 | 0 | 0.20 | 0.35 | 164.65 | 0.64 | 0.4 |
| Hex | 25 | A6 | 85 | 4E | 0 | 14 | 23 | A5 | 40 | 28 |
| Octal | 45 | 246 | 205 | 116 | 0 | 24 | 43 | 245 | 100 | 50 |
| Binary | 100101 | 10100110 | 10000101 | 1001110 | 0 | 10100 | 100011 | 10100101 | 1000000 | 101000 |
Color Harmonies of #25A685
Complementary color
Monochromatic Colors of #25A685
Black with #25A685
Text Example
Text Example
White with #25A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A685; }
p { color: rgb(37,166,133); }
H1.HeaderClassName
{
color: #25A685;
}
.AnyTagClassName
{
color: #25A685;
}
</style>
background-color css
<style>
a { background-color: #25A685; }
a { background-color: rgb(37,166,133); }
div.DivClassName
{
background-color: #25A685;
}
.BgClassName
{
background-color: #25A685;
}
</style>
border-color css
<style>
span { border-color: #25A685; }
span { border-color: rgb(37,166,133); }
td.TdClassName
{
border-color: #25A685;
}
.TagClassName
{
border-color: #25A685;
}
</style>