Shades of Eucalyptus #299A6F
Tints of Eucalyptus #299A6F
RGB
CMYK
RGB Variations
Color information
#299A6F (or 0x299A6F) is known color: Eucalyptus. HEX triplet: 29, 9A and 6F. RGB value is (41,154,111). Sum of RGB (Red+Green+Blue) = 41+154+111=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #299A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A6F is #D66590. Grayscale: #737373. Windows color (decimal): -14050705 or 7313961. OLE color: 7313961.
HSL color Cylindrical-coordinate representation of color #299A6F: hue angle of 157.17º 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 #299A6F is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 154 | 111 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.40 |
| HSL | 157.17º | 0.58% | 0.38% | - |
| HSV(B) | 157.17º | 0.73% | 0.6% | - |
| XYZ | 15.34 | 24.73 | 19 | - |
| YUV | 115.31 | 125.56 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 111 | 0.73 | 0 | 0.28 | 0.40 | 157.17 | 0.58 | 0.38 |
| Hex | 29 | 9A | 6F | 49 | 0 | 1C | 28 | 9D | 3A | 26 |
| Octal | 51 | 232 | 157 | 111 | 0 | 34 | 50 | 235 | 72 | 46 |
| Binary | 101001 | 10011010 | 1101111 | 1001001 | 0 | 11100 | 101000 | 10011101 | 111010 | 100110 |
Color Harmonies of #299A6F
Complementary color
Monochromatic Colors of #299A6F
Black with #299A6F
Text Example
Text Example
White with #299A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299A6F; }
p { color: rgb(41,154,111); }
H1.HeaderClassName
{
color: #299A6F;
}
.AnyTagClassName
{
color: #299A6F;
}
</style>
background-color css
<style>
a { background-color: #299A6F; }
a { background-color: rgb(41,154,111); }
div.DivClassName
{
background-color: #299A6F;
}
.BgClassName
{
background-color: #299A6F;
}
</style>
border-color css
<style>
span { border-color: #299A6F; }
span { border-color: rgb(41,154,111); }
td.TdClassName
{
border-color: #299A6F;
}
.TagClassName
{
border-color: #299A6F;
}
</style>