Shades of Eucalyptus #27A25D
Tints of Eucalyptus #27A25D
RGB
CMYK
RGB Variations
Color information
#27A25D (or 0x27A25D) is known color: Eucalyptus. HEX triplet: 27, A2 and 5D. RGB value is (39,162,93). Sum of RGB (Red+Green+Blue) = 39+162+93=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #27A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A25D is #D85DA2. Grayscale: #757575. Windows color (decimal): -14179747 or 6136359. OLE color: 6136359.
HSL color Cylindrical-coordinate representation of color #27A25D: hue angle of 146.34º 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 #27A25D is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 93 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.36 |
| HSL | 146.34º | 0.61% | 0.39% | - |
| HSV(B) | 146.34º | 0.76% | 0.64% | - |
| XYZ | 15.73 | 27.06 | 14.75 | - |
| YUV | 117.36 | 114.25 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 93 | 0.76 | 0 | 0.43 | 0.36 | 146.34 | 0.61 | 0.39 |
| Hex | 27 | A2 | 5D | 4C | 0 | 2B | 24 | 92 | 3D | 27 |
| Octal | 47 | 242 | 135 | 114 | 0 | 53 | 44 | 222 | 75 | 47 |
| Binary | 100111 | 10100010 | 1011101 | 1001100 | 0 | 101011 | 100100 | 10010010 | 111101 | 100111 |
Color Harmonies of #27A25D
Complementary color
Monochromatic Colors of #27A25D
Black with #27A25D
Text Example
Text Example
White with #27A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A25D; }
p { color: rgb(39,162,93); }
H1.HeaderClassName
{
color: #27A25D;
}
.AnyTagClassName
{
color: #27A25D;
}
</style>
background-color css
<style>
a { background-color: #27A25D; }
a { background-color: rgb(39,162,93); }
div.DivClassName
{
background-color: #27A25D;
}
.BgClassName
{
background-color: #27A25D;
}
</style>
border-color css
<style>
span { border-color: #27A25D; }
span { border-color: rgb(39,162,93); }
td.TdClassName
{
border-color: #27A25D;
}
.TagClassName
{
border-color: #27A25D;
}
</style>