Shades of Eucalyptus #299265
Tints of Eucalyptus #299265
RGB
CMYK
RGB Variations
Color information
#299265 (or 0x299265) is known color: Eucalyptus. HEX triplet: 29, 92 and 65. RGB value is (41,146,101). Sum of RGB (Red+Green+Blue) = 41+146+101=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #299265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299265 is #D66D9A. Grayscale: #6D6D6D. Windows color (decimal): -14052763 or 6656553. OLE color: 6656553.
HSL color Cylindrical-coordinate representation of color #299265: hue angle of 154.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299265 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 146 | 101 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.43 |
| HSL | 154.29º | 0.56% | 0.37% | - |
| HSV(B) | 154.29º | 0.72% | 0.57% | - |
| XYZ | 13.54 | 21.97 | 15.84 | - |
| YUV | 109.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 101 | 0.72 | 0 | 0.31 | 0.43 | 154.29 | 0.56 | 0.37 |
| Hex | 29 | 92 | 65 | 48 | 0 | 1F | 2B | 9A | 38 | 25 |
| Octal | 51 | 222 | 145 | 110 | 0 | 37 | 53 | 232 | 70 | 45 |
| Binary | 101001 | 10010010 | 1100101 | 1001000 | 0 | 11111 | 101011 | 10011010 | 111000 | 100101 |
Color Harmonies of #299265
Complementary color
Monochromatic Colors of #299265
Black with #299265
Text Example
Text Example
White with #299265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299265; }
p { color: rgb(41,146,101); }
H1.HeaderClassName
{
color: #299265;
}
.AnyTagClassName
{
color: #299265;
}
</style>
background-color css
<style>
a { background-color: #299265; }
a { background-color: rgb(41,146,101); }
div.DivClassName
{
background-color: #299265;
}
.BgClassName
{
background-color: #299265;
}
</style>
border-color css
<style>
span { border-color: #299265; }
span { border-color: rgb(41,146,101); }
td.TdClassName
{
border-color: #299265;
}
.TagClassName
{
border-color: #299265;
}
</style>