Shades of Eucalyptus #27995D
Tints of Eucalyptus #27995D
RGB
CMYK
RGB Variations
Color information
#27995D (or 0x27995D) is known color: Eucalyptus. HEX triplet: 27, 99 and 5D. RGB value is (39,153,93). Sum of RGB (Red+Green+Blue) = 39+153+93=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #27995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27995D is #D866A2. Grayscale: #707070. Windows color (decimal): -14182051 or 6134055. OLE color: 6134055.
HSL color Cylindrical-coordinate representation of color #27995D: hue angle of 148.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27995D is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 93 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.4 |
| HSL | 148.42º | 0.59% | 0.38% | - |
| HSV(B) | 148.42º | 0.75% | 0.6% | - |
| XYZ | 14.2 | 24 | 14.24 | - |
| YUV | 112.07 | 117.23 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 93 | 0.75 | 0 | 0.39 | 0.4 | 148.42 | 0.59 | 0.38 |
| Hex | 27 | 99 | 5D | 4B | 0 | 27 | 28 | 94 | 3B | 26 |
| Octal | 47 | 231 | 135 | 113 | 0 | 47 | 50 | 224 | 73 | 46 |
| Binary | 100111 | 10011001 | 1011101 | 1001011 | 0 | 100111 | 101000 | 10010100 | 111011 | 100110 |
Color Harmonies of #27995D
Complementary color
Monochromatic Colors of #27995D
Black with #27995D
Text Example
Text Example
White with #27995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27995D; }
p { color: rgb(39,153,93); }
H1.HeaderClassName
{
color: #27995D;
}
.AnyTagClassName
{
color: #27995D;
}
</style>
background-color css
<style>
a { background-color: #27995D; }
a { background-color: rgb(39,153,93); }
div.DivClassName
{
background-color: #27995D;
}
.BgClassName
{
background-color: #27995D;
}
</style>
border-color css
<style>
span { border-color: #27995D; }
span { border-color: rgb(39,153,93); }
td.TdClassName
{
border-color: #27995D;
}
.TagClassName
{
border-color: #27995D;
}
</style>