Shades of Eucalyptus #299467
Tints of Eucalyptus #299467
RGB
CMYK
RGB Variations
Color information
#299467 (or 0x299467) is known color: Eucalyptus. HEX triplet: 29, 94 and 67. RGB value is (41,148,103). Sum of RGB (Red+Green+Blue) = 41+148+103=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #299467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299467 is #D66B98. Grayscale: #6E6E6E. Windows color (decimal): -14052249 or 6788137. OLE color: 6788137.
HSL color Cylindrical-coordinate representation of color #299467: hue angle of 154.77º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299467 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 148 | 103 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.42 |
| HSL | 154.77º | 0.57% | 0.37% | - |
| HSV(B) | 154.77º | 0.72% | 0.58% | - |
| XYZ | 13.95 | 22.63 | 16.46 | - |
| YUV | 110.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 103 | 0.72 | 0 | 0.30 | 0.42 | 154.77 | 0.57 | 0.37 |
| Hex | 29 | 94 | 67 | 48 | 0 | 1E | 2A | 9B | 39 | 25 |
| Octal | 51 | 224 | 147 | 110 | 0 | 36 | 52 | 233 | 71 | 45 |
| Binary | 101001 | 10010100 | 1100111 | 1001000 | 0 | 11110 | 101010 | 10011011 | 111001 | 100101 |
Color Harmonies of #299467
Complementary color
Monochromatic Colors of #299467
Black with #299467
Text Example
Text Example
White with #299467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299467; }
p { color: rgb(41,148,103); }
H1.HeaderClassName
{
color: #299467;
}
.AnyTagClassName
{
color: #299467;
}
</style>
background-color css
<style>
a { background-color: #299467; }
a { background-color: rgb(41,148,103); }
div.DivClassName
{
background-color: #299467;
}
.BgClassName
{
background-color: #299467;
}
</style>
border-color css
<style>
span { border-color: #299467; }
span { border-color: rgb(41,148,103); }
td.TdClassName
{
border-color: #299467;
}
.TagClassName
{
border-color: #299467;
}
</style>