Shades of Eucalyptus #299A6D
Tints of Eucalyptus #299A6D
RGB
CMYK
RGB Variations
Color information
#299A6D (or 0x299A6D) is known color: Eucalyptus. HEX triplet: 29, 9A and 6D. RGB value is (41,154,109). Sum of RGB (Red+Green+Blue) = 41+154+109=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #299A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A6D is #D66592. Grayscale: #737373. Windows color (decimal): -14050707 or 7182889. OLE color: 7182889.
HSL color Cylindrical-coordinate representation of color #299A6D: hue angle of 156.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299A6D is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 154 | 109 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.40 |
| HSL | 156.11º | 0.58% | 0.38% | - |
| HSV(B) | 156.11º | 0.73% | 0.6% | - |
| XYZ | 15.23 | 24.69 | 18.43 | - |
| YUV | 115.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 109 | 0.73 | 0 | 0.29 | 0.40 | 156.11 | 0.58 | 0.38 |
| Hex | 29 | 9A | 6D | 49 | 0 | 1D | 28 | 9C | 3A | 26 |
| Octal | 51 | 232 | 155 | 111 | 0 | 35 | 50 | 234 | 72 | 46 |
| Binary | 101001 | 10011010 | 1101101 | 1001001 | 0 | 11101 | 101000 | 10011100 | 111010 | 100110 |
Color Harmonies of #299A6D
Complementary color
Monochromatic Colors of #299A6D
Black with #299A6D
Text Example
Text Example
White with #299A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299A6D; }
p { color: rgb(41,154,109); }
H1.HeaderClassName
{
color: #299A6D;
}
.AnyTagClassName
{
color: #299A6D;
}
</style>
background-color css
<style>
a { background-color: #299A6D; }
a { background-color: rgb(41,154,109); }
div.DivClassName
{
background-color: #299A6D;
}
.BgClassName
{
background-color: #299A6D;
}
</style>
border-color css
<style>
span { border-color: #299A6D; }
span { border-color: rgb(41,154,109); }
td.TdClassName
{
border-color: #299A6D;
}
.TagClassName
{
border-color: #299A6D;
}
</style>