Shades of Jungle Green #27A275
Tints of Jungle Green #27A275
RGB
CMYK
RGB Variations
Color information
#27A275 (or 0x27A275) is known color: Jungle Green. HEX triplet: 27, A2 and 75. RGB value is (39,162,117). Sum of RGB (Red+Green+Blue) = 39+162+117=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #27A275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A275 is #D85D8A. Grayscale: #787878. Windows color (decimal): -14179723 or 7709223. OLE color: 7709223.
HSL color Cylindrical-coordinate representation of color #27A275: hue angle of 158.05º 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 #27A275 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 117 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.36 |
| HSL | 158.05º | 0.61% | 0.39% | - |
| HSV(B) | 158.05º | 0.76% | 0.64% | - |
| XYZ | 16.97 | 27.56 | 21.25 | - |
| YUV | 120.09 | 126.25 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 117 | 0.76 | 0 | 0.28 | 0.36 | 158.05 | 0.61 | 0.39 |
| Hex | 27 | A2 | 75 | 4C | 0 | 1C | 24 | 9E | 3D | 27 |
| Octal | 47 | 242 | 165 | 114 | 0 | 34 | 44 | 236 | 75 | 47 |
| Binary | 100111 | 10100010 | 1110101 | 1001100 | 0 | 11100 | 100100 | 10011110 | 111101 | 100111 |
Color Harmonies of #27A275
Complementary color
Monochromatic Colors of #27A275
Black with #27A275
Text Example
Text Example
White with #27A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A275; }
p { color: rgb(39,162,117); }
H1.HeaderClassName
{
color: #27A275;
}
.AnyTagClassName
{
color: #27A275;
}
</style>
background-color css
<style>
a { background-color: #27A275; }
a { background-color: rgb(39,162,117); }
div.DivClassName
{
background-color: #27A275;
}
.BgClassName
{
background-color: #27A275;
}
</style>
border-color css
<style>
span { border-color: #27A275; }
span { border-color: rgb(39,162,117); }
td.TdClassName
{
border-color: #27A275;
}
.TagClassName
{
border-color: #27A275;
}
</style>