Shades of Eucalyptus #299368
Tints of Eucalyptus #299368
RGB
CMYK
RGB Variations
Color information
#299368 (or 0x299368) is known color: Eucalyptus. HEX triplet: 29, 93 and 68. RGB value is (41,147,104). Sum of RGB (Red+Green+Blue) = 41+147+104=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #299368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299368 is #D66C97. Grayscale: #6E6E6E. Windows color (decimal): -14052504 or 6853417. OLE color: 6853417.
HSL color Cylindrical-coordinate representation of color #299368: hue angle of 155.66º degrees, saturation: 0.56, 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 #299368 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 147 | 104 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.42 |
| HSL | 155.66º | 0.56% | 0.37% | - |
| HSV(B) | 155.66º | 0.72% | 0.58% | - |
| XYZ | 13.85 | 22.34 | 16.68 | - |
| YUV | 110.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 104 | 0.72 | 0 | 0.29 | 0.42 | 155.66 | 0.56 | 0.37 |
| Hex | 29 | 93 | 68 | 48 | 0 | 1D | 2A | 9C | 38 | 25 |
| Octal | 51 | 223 | 150 | 110 | 0 | 35 | 52 | 234 | 70 | 45 |
| Binary | 101001 | 10010011 | 1101000 | 1001000 | 0 | 11101 | 101010 | 10011100 | 111000 | 100101 |
Color Harmonies of #299368
Complementary color
Monochromatic Colors of #299368
Black with #299368
Text Example
Text Example
White with #299368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299368; }
p { color: rgb(41,147,104); }
H1.HeaderClassName
{
color: #299368;
}
.AnyTagClassName
{
color: #299368;
}
</style>
background-color css
<style>
a { background-color: #299368; }
a { background-color: rgb(41,147,104); }
div.DivClassName
{
background-color: #299368;
}
.BgClassName
{
background-color: #299368;
}
</style>
border-color css
<style>
span { border-color: #299368; }
span { border-color: rgb(41,147,104); }
td.TdClassName
{
border-color: #299368;
}
.TagClassName
{
border-color: #299368;
}
</style>