Shades of Eucalyptus #27A16A
Tints of Eucalyptus #27A16A
RGB
CMYK
RGB Variations
Color information
#27A16A (or 0x27A16A) is known color: Eucalyptus. HEX triplet: 27, A1 and 6A. RGB value is (39,161,106). Sum of RGB (Red+Green+Blue) = 39+161+106=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #27A16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A16A is #D85E95. Grayscale: #767676. Windows color (decimal): -14179990 or 6988071. OLE color: 6988071.
HSL color Cylindrical-coordinate representation of color #27A16A: hue angle of 152.95º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A16A is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 161 | 106 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.37 |
| HSL | 152.95º | 0.61% | 0.39% | - |
| HSV(B) | 152.95º | 0.76% | 0.63% | - |
| XYZ | 16.18 | 26.96 | 17.99 | - |
| YUV | 118.25 | 121.08 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 161 | 106 | 0.76 | 0 | 0.34 | 0.37 | 152.95 | 0.61 | 0.39 |
| Hex | 27 | A1 | 6A | 4C | 0 | 22 | 25 | 99 | 3D | 27 |
| Octal | 47 | 241 | 152 | 114 | 0 | 42 | 45 | 231 | 75 | 47 |
| Binary | 100111 | 10100001 | 1101010 | 1001100 | 0 | 100010 | 100101 | 10011001 | 111101 | 100111 |
Color Harmonies of #27A16A
Complementary color
Monochromatic Colors of #27A16A
Black with #27A16A
Text Example
Text Example
White with #27A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A16A; }
p { color: rgb(39,161,106); }
H1.HeaderClassName
{
color: #27A16A;
}
.AnyTagClassName
{
color: #27A16A;
}
</style>
background-color css
<style>
a { background-color: #27A16A; }
a { background-color: rgb(39,161,106); }
div.DivClassName
{
background-color: #27A16A;
}
.BgClassName
{
background-color: #27A16A;
}
</style>
border-color css
<style>
span { border-color: #27A16A; }
span { border-color: rgb(39,161,106); }
td.TdClassName
{
border-color: #27A16A;
}
.TagClassName
{
border-color: #27A16A;
}
</style>