Shades of Eucalyptus #27985C
Tints of Eucalyptus #27985C
RGB
CMYK
RGB Variations
Color information
#27985C (or 0x27985C) is known color: Eucalyptus. HEX triplet: 27, 98 and 5C. RGB value is (39,152,92). Sum of RGB (Red+Green+Blue) = 39+152+92=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #27985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27985C is #D867A3. Grayscale: #6F6F6F. Windows color (decimal): -14182308 or 6068263. OLE color: 6068263.
HSL color Cylindrical-coordinate representation of color #27985C: hue angle of 148.14º 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 #27985C is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 92 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.40 |
| HSL | 148.14º | 0.59% | 0.37% | - |
| HSV(B) | 148.14º | 0.74% | 0.6% | - |
| XYZ | 14 | 23.66 | 13.95 | - |
| YUV | 111.37 | 117.06 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 92 | 0.74 | 0 | 0.39 | 0.40 | 148.14 | 0.59 | 0.37 |
| Hex | 27 | 98 | 5C | 4A | 0 | 27 | 28 | 94 | 3B | 25 |
| Octal | 47 | 230 | 134 | 112 | 0 | 47 | 50 | 224 | 73 | 45 |
| Binary | 100111 | 10011000 | 1011100 | 1001010 | 0 | 100111 | 101000 | 10010100 | 111011 | 100101 |
Color Harmonies of #27985C
Complementary color
Monochromatic Colors of #27985C
Black with #27985C
Text Example
Text Example
White with #27985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27985C; }
p { color: rgb(39,152,92); }
H1.HeaderClassName
{
color: #27985C;
}
.AnyTagClassName
{
color: #27985C;
}
</style>
background-color css
<style>
a { background-color: #27985C; }
a { background-color: rgb(39,152,92); }
div.DivClassName
{
background-color: #27985C;
}
.BgClassName
{
background-color: #27985C;
}
</style>
border-color css
<style>
span { border-color: #27985C; }
span { border-color: rgb(39,152,92); }
td.TdClassName
{
border-color: #27985C;
}
.TagClassName
{
border-color: #27985C;
}
</style>