Shades of Eucalyptus #27A168
Tints of Eucalyptus #27A168
RGB
CMYK
RGB Variations
Color information
#27A168 (or 0x27A168) is known color: Eucalyptus. HEX triplet: 27, A1 and 68. RGB value is (39,161,104). Sum of RGB (Red+Green+Blue) = 39+161+104=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #27A168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A168 is #D85E97. Grayscale: #767676. Windows color (decimal): -14179992 or 6856999. OLE color: 6856999.
HSL color Cylindrical-coordinate representation of color #27A168: hue angle of 151.97º 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 #27A168 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 161 | 104 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.37 |
| HSL | 151.97º | 0.61% | 0.39% | - |
| HSV(B) | 151.97º | 0.76% | 0.63% | - |
| XYZ | 16.08 | 26.92 | 17.45 | - |
| YUV | 118.02 | 120.08 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 161 | 104 | 0.76 | 0 | 0.35 | 0.37 | 151.97 | 0.61 | 0.39 |
| Hex | 27 | A1 | 68 | 4C | 0 | 23 | 25 | 98 | 3D | 27 |
| Octal | 47 | 241 | 150 | 114 | 0 | 43 | 45 | 230 | 75 | 47 |
| Binary | 100111 | 10100001 | 1101000 | 1001100 | 0 | 100011 | 100101 | 10011000 | 111101 | 100111 |
Color Harmonies of #27A168
Complementary color
Monochromatic Colors of #27A168
Black with #27A168
Text Example
Text Example
White with #27A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A168; }
p { color: rgb(39,161,104); }
H1.HeaderClassName
{
color: #27A168;
}
.AnyTagClassName
{
color: #27A168;
}
</style>
background-color css
<style>
a { background-color: #27A168; }
a { background-color: rgb(39,161,104); }
div.DivClassName
{
background-color: #27A168;
}
.BgClassName
{
background-color: #27A168;
}
</style>
border-color css
<style>
span { border-color: #27A168; }
span { border-color: rgb(39,161,104); }
td.TdClassName
{
border-color: #27A168;
}
.TagClassName
{
border-color: #27A168;
}
</style>