Shades of Jungle Green #27A279
Tints of Jungle Green #27A279
RGB
CMYK
RGB Variations
Color information
#27A279 (or 0x27A279) is known color: Jungle Green. HEX triplet: 27, A2 and 79. RGB value is (39,162,121). Sum of RGB (Red+Green+Blue) = 39+162+121=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #27A279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A279 is #D85D86. Grayscale: #787878. Windows color (decimal): -14179719 or 7971367. OLE color: 7971367.
HSL color Cylindrical-coordinate representation of color #27A279: hue angle of 160º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A279 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 121 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.36 |
| HSL | 160º | 0.61% | 0.39% | - |
| HSV(B) | 160º | 0.76% | 0.64% | - |
| XYZ | 17.21 | 27.65 | 22.52 | - |
| YUV | 120.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 121 | 0.76 | 0 | 0.25 | 0.36 | 160 | 0.61 | 0.39 |
| Hex | 27 | A2 | 79 | 4C | 0 | 19 | 24 | A0 | 3D | 27 |
| Octal | 47 | 242 | 171 | 114 | 0 | 31 | 44 | 240 | 75 | 47 |
| Binary | 100111 | 10100010 | 1111001 | 1001100 | 0 | 11001 | 100100 | 10100000 | 111101 | 100111 |
Color Harmonies of #27A279
Complementary color
Monochromatic Colors of #27A279
Black with #27A279
Text Example
Text Example
White with #27A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A279; }
p { color: rgb(39,162,121); }
H1.HeaderClassName
{
color: #27A279;
}
.AnyTagClassName
{
color: #27A279;
}
</style>
background-color css
<style>
a { background-color: #27A279; }
a { background-color: rgb(39,162,121); }
div.DivClassName
{
background-color: #27A279;
}
.BgClassName
{
background-color: #27A279;
}
</style>
border-color css
<style>
span { border-color: #27A279; }
span { border-color: rgb(39,162,121); }
td.TdClassName
{
border-color: #27A279;
}
.TagClassName
{
border-color: #27A279;
}
</style>