Shades of Eucalyptus #229E53
Tints of Eucalyptus #229E53
RGB
CMYK
RGB Variations
Color information
#229E53 (or 0x229E53) is known color: Eucalyptus. HEX triplet: 22, 9E and 53. RGB value is (34,158,83). Sum of RGB (Red+Green+Blue) = 34+158+83=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #229E53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E53 is #DD61AC. Grayscale: #707070. Windows color (decimal): -14508461 or 5479970. OLE color: 5479970.
HSL color Cylindrical-coordinate representation of color #229E53: hue angle of 143.71º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229E53 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 83 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.38 |
| HSL | 143.71º | 0.65% | 0.38% | - |
| HSV(B) | 143.71º | 0.78% | 0.62% | - |
| XYZ | 14.45 | 25.42 | 12.33 | - |
| YUV | 112.37 | 111.42 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 83 | 0.78 | 0 | 0.47 | 0.38 | 143.71 | 0.65 | 0.38 |
| Hex | 22 | 9E | 53 | 4E | 0 | 2F | 26 | 90 | 41 | 26 |
| Octal | 42 | 236 | 123 | 116 | 0 | 57 | 46 | 220 | 101 | 46 |
| Binary | 100010 | 10011110 | 1010011 | 1001110 | 0 | 101111 | 100110 | 10010000 | 1000001 | 100110 |
Color Harmonies of #229E53
Complementary color
Monochromatic Colors of #229E53
Black with #229E53
Text Example
Text Example
White with #229E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E53; }
p { color: rgb(34,158,83); }
H1.HeaderClassName
{
color: #229E53;
}
.AnyTagClassName
{
color: #229E53;
}
</style>
background-color css
<style>
a { background-color: #229E53; }
a { background-color: rgb(34,158,83); }
div.DivClassName
{
background-color: #229E53;
}
.BgClassName
{
background-color: #229E53;
}
</style>
border-color css
<style>
span { border-color: #229E53; }
span { border-color: rgb(34,158,83); }
td.TdClassName
{
border-color: #229E53;
}
.TagClassName
{
border-color: #229E53;
}
</style>