Shades of Jungle Green #27A281
Tints of Jungle Green #27A281
RGB
CMYK
RGB Variations
Color information
#27A281 (or 0x27A281) is known color: Jungle Green. HEX triplet: 27, A2 and 81. RGB value is (39,162,129). Sum of RGB (Red+Green+Blue) = 39+162+129=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #27A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A281 is #D85D7E. Grayscale: #797979. Windows color (decimal): -14179711 or 8495655. OLE color: 8495655.
HSL color Cylindrical-coordinate representation of color #27A281: hue angle of 163.9º 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 #27A281 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 129 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.36 |
| HSL | 163.9º | 0.61% | 0.39% | - |
| HSV(B) | 163.9º | 0.76% | 0.64% | - |
| XYZ | 17.72 | 27.86 | 25.21 | - |
| YUV | 121.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 129 | 0.76 | 0 | 0.20 | 0.36 | 163.9 | 0.61 | 0.39 |
| Hex | 27 | A2 | 81 | 4C | 0 | 14 | 24 | A4 | 3D | 27 |
| Octal | 47 | 242 | 201 | 114 | 0 | 24 | 44 | 244 | 75 | 47 |
| Binary | 100111 | 10100010 | 10000001 | 1001100 | 0 | 10100 | 100100 | 10100100 | 111101 | 100111 |
Color Harmonies of #27A281
Complementary color
Monochromatic Colors of #27A281
Black with #27A281
Text Example
Text Example
White with #27A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A281; }
p { color: rgb(39,162,129); }
H1.HeaderClassName
{
color: #27A281;
}
.AnyTagClassName
{
color: #27A281;
}
</style>
background-color css
<style>
a { background-color: #27A281; }
a { background-color: rgb(39,162,129); }
div.DivClassName
{
background-color: #27A281;
}
.BgClassName
{
background-color: #27A281;
}
</style>
border-color css
<style>
span { border-color: #27A281; }
span { border-color: rgb(39,162,129); }
td.TdClassName
{
border-color: #27A281;
}
.TagClassName
{
border-color: #27A281;
}
</style>