Shades of Jungle Green #27AD7D
Tints of Jungle Green #27AD7D
RGB
CMYK
RGB Variations
Color information
#27AD7D (or 0x27AD7D) is known color: Jungle Green. HEX triplet: 27, AD and 7D. RGB value is (39,173,125). Sum of RGB (Red+Green+Blue) = 39+173+125=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #27AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27AD7D is #D85282. Grayscale: #7F7F7F. Windows color (decimal): -14176899 or 8236327. OLE color: 8236327.
HSL color Cylindrical-coordinate representation of color #27AD7D: hue angle of 158.51º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AD7D is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 173 | 125 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.32 |
| HSL | 158.51º | 0.63% | 0.42% | - |
| HSV(B) | 158.51º | 0.77% | 0.68% | - |
| XYZ | 19.48 | 31.8 | 24.51 | - |
| YUV | 127.46 | 126.61 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 125 | 0.77 | 0 | 0.28 | 0.32 | 158.51 | 0.63 | 0.42 |
| Hex | 27 | AD | 7D | 4D | 0 | 1C | 20 | 9F | 3F | 2A |
| Octal | 47 | 255 | 175 | 115 | 0 | 34 | 40 | 237 | 77 | 52 |
| Binary | 100111 | 10101101 | 1111101 | 1001101 | 0 | 11100 | 100000 | 10011111 | 111111 | 101010 |
Color Harmonies of #27AD7D
Complementary color
Monochromatic Colors of #27AD7D
Black with #27AD7D
Text Example
Text Example
White with #27AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AD7D; }
p { color: rgb(39,173,125); }
H1.HeaderClassName
{
color: #27AD7D;
}
.AnyTagClassName
{
color: #27AD7D;
}
</style>
background-color css
<style>
a { background-color: #27AD7D; }
a { background-color: rgb(39,173,125); }
div.DivClassName
{
background-color: #27AD7D;
}
.BgClassName
{
background-color: #27AD7D;
}
</style>
border-color css
<style>
span { border-color: #27AD7D; }
span { border-color: rgb(39,173,125); }
td.TdClassName
{
border-color: #27AD7D;
}
.TagClassName
{
border-color: #27AD7D;
}
</style>