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