Shades of Eucalyptus #279D5D
Tints of Eucalyptus #279D5D
RGB
CMYK
RGB Variations
Color information
#279D5D (or 0x279D5D) is known color: Eucalyptus. HEX triplet: 27, 9D and 5D. RGB value is (39,157,93). Sum of RGB (Red+Green+Blue) = 39+157+93=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #279D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279D5D is #D862A2. Grayscale: #727272. Windows color (decimal): -14181027 or 6135079. OLE color: 6135079.
HSL color Cylindrical-coordinate representation of color #279D5D: hue angle of 147.46º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279D5D is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 157 | 93 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.38 |
| HSL | 147.46º | 0.6% | 0.38% | - |
| HSV(B) | 147.46º | 0.75% | 0.62% | - |
| XYZ | 14.87 | 25.34 | 14.46 | - |
| YUV | 114.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 157 | 93 | 0.75 | 0 | 0.41 | 0.38 | 147.46 | 0.6 | 0.38 |
| Hex | 27 | 9D | 5D | 4B | 0 | 29 | 26 | 93 | 3C | 26 |
| Octal | 47 | 235 | 135 | 113 | 0 | 51 | 46 | 223 | 74 | 46 |
| Binary | 100111 | 10011101 | 1011101 | 1001011 | 0 | 101001 | 100110 | 10010011 | 111100 | 100110 |
Color Harmonies of #279D5D
Complementary color
Monochromatic Colors of #279D5D
Black with #279D5D
Text Example
Text Example
White with #279D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279D5D; }
p { color: rgb(39,157,93); }
H1.HeaderClassName
{
color: #279D5D;
}
.AnyTagClassName
{
color: #279D5D;
}
</style>
background-color css
<style>
a { background-color: #279D5D; }
a { background-color: rgb(39,157,93); }
div.DivClassName
{
background-color: #279D5D;
}
.BgClassName
{
background-color: #279D5D;
}
</style>
border-color css
<style>
span { border-color: #279D5D; }
span { border-color: rgb(39,157,93); }
td.TdClassName
{
border-color: #279D5D;
}
.TagClassName
{
border-color: #279D5D;
}
</style>