Shades of Eucalyptus #27AA5D
Tints of Eucalyptus #27AA5D
RGB
CMYK
RGB Variations
Color information
#27AA5D (or 0x27AA5D) is known color: Eucalyptus. HEX triplet: 27, AA and 5D. RGB value is (39,170,93). Sum of RGB (Red+Green+Blue) = 39+170+93=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27AA5D is #D855A2. Grayscale: #7A7A7A. Windows color (decimal): -14177699 or 6138407. OLE color: 6138407.
HSL color Cylindrical-coordinate representation of color #27AA5D: hue angle of 144.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AA5D is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 170 | 93 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.33 |
| HSL | 144.73º | 0.63% | 0.41% | - |
| HSV(B) | 144.73º | 0.77% | 0.67% | - |
| XYZ | 17.19 | 29.97 | 15.24 | - |
| YUV | 122.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 93 | 0.77 | 0 | 0.45 | 0.33 | 144.73 | 0.63 | 0.41 |
| Hex | 27 | AA | 5D | 4D | 0 | 2D | 21 | 91 | 3F | 29 |
| Octal | 47 | 252 | 135 | 115 | 0 | 55 | 41 | 221 | 77 | 51 |
| Binary | 100111 | 10101010 | 1011101 | 1001101 | 0 | 101101 | 100001 | 10010001 | 111111 | 101001 |
Color Harmonies of #27AA5D
Complementary color
Monochromatic Colors of #27AA5D
Black with #27AA5D
Text Example
Text Example
White with #27AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AA5D; }
p { color: rgb(39,170,93); }
H1.HeaderClassName
{
color: #27AA5D;
}
.AnyTagClassName
{
color: #27AA5D;
}
</style>
background-color css
<style>
a { background-color: #27AA5D; }
a { background-color: rgb(39,170,93); }
div.DivClassName
{
background-color: #27AA5D;
}
.BgClassName
{
background-color: #27AA5D;
}
</style>
border-color css
<style>
span { border-color: #27AA5D; }
span { border-color: rgb(39,170,93); }
td.TdClassName
{
border-color: #27AA5D;
}
.TagClassName
{
border-color: #27AA5D;
}
</style>