Shades of Eucalyptus #429268
Tints of Eucalyptus #429268
RGB
CMYK
RGB Variations
Color information
#429268 (or 0x429268) is known color: Eucalyptus. HEX triplet: 42, 92 and 68. RGB value is (66,146,104). Sum of RGB (Red+Green+Blue) = 66+146+104=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #429268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429268 is #BD6D97. Grayscale: #757575. Windows color (decimal): -12414360 or 6853186. OLE color: 6853186.
HSL color Cylindrical-coordinate representation of color #429268: hue angle of 148.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429268 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 104 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.43 |
| HSL | 148.5º | 0.38% | 0.42% | - |
| HSV(B) | 148.5º | 0.55% | 0.57% | - |
| XYZ | 15.02 | 22.72 | 16.69 | - |
| YUV | 117.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 104 | 0.55 | 0 | 0.29 | 0.43 | 148.5 | 0.38 | 0.42 |
| Hex | 42 | 92 | 68 | 37 | 0 | 1D | 2B | 94 | 26 | 2A |
| Octal | 102 | 222 | 150 | 67 | 0 | 35 | 53 | 224 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1101000 | 110111 | 0 | 11101 | 101011 | 10010100 | 100110 | 101010 |
Color Harmonies of #429268
Complementary color
Monochromatic Colors of #429268
Black with #429268
Text Example
Text Example
White with #429268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429268; }
p { color: rgb(66,146,104); }
H1.HeaderClassName
{
color: #429268;
}
.AnyTagClassName
{
color: #429268;
}
</style>
background-color css
<style>
a { background-color: #429268; }
a { background-color: rgb(66,146,104); }
div.DivClassName
{
background-color: #429268;
}
.BgClassName
{
background-color: #429268;
}
</style>
border-color css
<style>
span { border-color: #429268; }
span { border-color: rgb(66,146,104); }
td.TdClassName
{
border-color: #429268;
}
.TagClassName
{
border-color: #429268;
}
</style>