Shades of Jungle Green #25B27F
Tints of Jungle Green #25B27F
RGB
CMYK
RGB Variations
Color information
#25B27F (or 0x25B27F) is known color: Jungle Green. HEX triplet: 25, B2 and 7F. RGB value is (37,178,127). Sum of RGB (Red+Green+Blue) = 37+178+127=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #25B27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25B27F is #DA4D80. Grayscale: #828282. Windows color (decimal): -14306689 or 8368677. OLE color: 8368677.
HSL color Cylindrical-coordinate representation of color #25B27F: hue angle of 158.3º 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 #25B27F is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 178 | 127 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.30 |
| HSL | 158.3º | 0.66% | 0.42% | - |
| HSV(B) | 158.3º | 0.79% | 0.7% | - |
| XYZ | 20.51 | 33.77 | 25.52 | - |
| YUV | 130.03 | 126.29 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 127 | 0.79 | 0 | 0.29 | 0.30 | 158.3 | 0.66 | 0.42 |
| Hex | 25 | B2 | 7F | 4F | 0 | 1D | 1E | 9E | 42 | 2A |
| Octal | 45 | 262 | 177 | 117 | 0 | 35 | 36 | 236 | 102 | 52 |
| Binary | 100101 | 10110010 | 1111111 | 1001111 | 0 | 11101 | 11110 | 10011110 | 1000010 | 101010 |
Color Harmonies of #25B27F
Complementary color
Monochromatic Colors of #25B27F
Black with #25B27F
Text Example
Text Example
White with #25B27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B27F; }
p { color: rgb(37,178,127); }
H1.HeaderClassName
{
color: #25B27F;
}
.AnyTagClassName
{
color: #25B27F;
}
</style>
background-color css
<style>
a { background-color: #25B27F; }
a { background-color: rgb(37,178,127); }
div.DivClassName
{
background-color: #25B27F;
}
.BgClassName
{
background-color: #25B27F;
}
</style>
border-color css
<style>
span { border-color: #25B27F; }
span { border-color: rgb(37,178,127); }
td.TdClassName
{
border-color: #25B27F;
}
.TagClassName
{
border-color: #25B27F;
}
</style>