Shades of Eucalyptus #429266
Tints of Eucalyptus #429266
RGB
CMYK
RGB Variations
Color information
#429266 (or 0x429266) is known color: Eucalyptus. HEX triplet: 42, 92 and 66. RGB value is (66,146,102). Sum of RGB (Red+Green+Blue) = 66+146+102=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #429266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429266 is #BD6D99. Grayscale: #757575. Windows color (decimal): -12414362 or 6722114. OLE color: 6722114.
HSL color Cylindrical-coordinate representation of color #429266: hue angle of 147º 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 #429266 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 102 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.43 |
| HSL | 147º | 0.38% | 0.42% | - |
| HSV(B) | 147º | 0.55% | 0.57% | - |
| XYZ | 14.92 | 22.68 | 16.16 | - |
| YUV | 117.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 102 | 0.55 | 0 | 0.30 | 0.43 | 147 | 0.38 | 0.42 |
| Hex | 42 | 92 | 66 | 37 | 0 | 1E | 2B | 93 | 26 | 2A |
| Octal | 102 | 222 | 146 | 67 | 0 | 36 | 53 | 223 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1100110 | 110111 | 0 | 11110 | 101011 | 10010011 | 100110 | 101010 |
Color Harmonies of #429266
Complementary color
Monochromatic Colors of #429266
Black with #429266
Text Example
Text Example
White with #429266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429266; }
p { color: rgb(66,146,102); }
H1.HeaderClassName
{
color: #429266;
}
.AnyTagClassName
{
color: #429266;
}
</style>
background-color css
<style>
a { background-color: #429266; }
a { background-color: rgb(66,146,102); }
div.DivClassName
{
background-color: #429266;
}
.BgClassName
{
background-color: #429266;
}
</style>
border-color css
<style>
span { border-color: #429266; }
span { border-color: rgb(66,146,102); }
td.TdClassName
{
border-color: #429266;
}
.TagClassName
{
border-color: #429266;
}
</style>