Shades of Eucalyptus #27985D
Tints of Eucalyptus #27985D
RGB
CMYK
RGB Variations
Color information
#27985D (or 0x27985D) is known color: Eucalyptus. HEX triplet: 27, 98 and 5D. RGB value is (39,152,93). Sum of RGB (Red+Green+Blue) = 39+152+93=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #27985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27985D is #D867A2. Grayscale: #6F6F6F. Windows color (decimal): -14182307 or 6133799. OLE color: 6133799.
HSL color Cylindrical-coordinate representation of color #27985D: hue angle of 148.67º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27985D is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 93 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.40 |
| HSL | 148.67º | 0.59% | 0.37% | - |
| HSV(B) | 148.67º | 0.74% | 0.6% | - |
| XYZ | 14.04 | 23.68 | 14.19 | - |
| YUV | 111.49 | 117.56 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 93 | 0.74 | 0 | 0.39 | 0.40 | 148.67 | 0.59 | 0.37 |
| Hex | 27 | 98 | 5D | 4A | 0 | 27 | 28 | 95 | 3B | 25 |
| Octal | 47 | 230 | 135 | 112 | 0 | 47 | 50 | 225 | 73 | 45 |
| Binary | 100111 | 10011000 | 1011101 | 1001010 | 0 | 100111 | 101000 | 10010101 | 111011 | 100101 |
Color Harmonies of #27985D
Complementary color
Monochromatic Colors of #27985D
Black with #27985D
Text Example
Text Example
White with #27985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27985D; }
p { color: rgb(39,152,93); }
H1.HeaderClassName
{
color: #27985D;
}
.AnyTagClassName
{
color: #27985D;
}
</style>
background-color css
<style>
a { background-color: #27985D; }
a { background-color: rgb(39,152,93); }
div.DivClassName
{
background-color: #27985D;
}
.BgClassName
{
background-color: #27985D;
}
</style>
border-color css
<style>
span { border-color: #27985D; }
span { border-color: rgb(39,152,93); }
td.TdClassName
{
border-color: #27985D;
}
.TagClassName
{
border-color: #27985D;
}
</style>