Shades of Eucalyptus #279968
Tints of Eucalyptus #279968
RGB
CMYK
RGB Variations
Color information
#279968 (or 0x279968) is known color: Eucalyptus. HEX triplet: 27, 99 and 68. RGB value is (39,153,104). Sum of RGB (Red+Green+Blue) = 39+153+104=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #279968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279968 is #D86697. Grayscale: #717171. Windows color (decimal): -14182040 or 6854951. OLE color: 6854951.
HSL color Cylindrical-coordinate representation of color #279968: hue angle of 154.21º 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 #279968 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 104 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.4 |
| HSL | 154.21º | 0.59% | 0.38% | - |
| HSV(B) | 154.21º | 0.75% | 0.6% | - |
| XYZ | 14.73 | 24.21 | 16.99 | - |
| YUV | 113.33 | 122.73 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 104 | 0.75 | 0 | 0.32 | 0.4 | 154.21 | 0.59 | 0.38 |
| Hex | 27 | 99 | 68 | 4B | 0 | 20 | 28 | 9A | 3B | 26 |
| Octal | 47 | 231 | 150 | 113 | 0 | 40 | 50 | 232 | 73 | 46 |
| Binary | 100111 | 10011001 | 1101000 | 1001011 | 0 | 100000 | 101000 | 10011010 | 111011 | 100110 |
Color Harmonies of #279968
Complementary color
Monochromatic Colors of #279968
Black with #279968
Text Example
Text Example
White with #279968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279968; }
p { color: rgb(39,153,104); }
H1.HeaderClassName
{
color: #279968;
}
.AnyTagClassName
{
color: #279968;
}
</style>
background-color css
<style>
a { background-color: #279968; }
a { background-color: rgb(39,153,104); }
div.DivClassName
{
background-color: #279968;
}
.BgClassName
{
background-color: #279968;
}
</style>
border-color css
<style>
span { border-color: #279968; }
span { border-color: rgb(39,153,104); }
td.TdClassName
{
border-color: #279968;
}
.TagClassName
{
border-color: #279968;
}
</style>