Shades of Eucalyptus #229D54
Tints of Eucalyptus #229D54
RGB
CMYK
RGB Variations
Color information
#229D54 (or 0x229D54) is known color: Eucalyptus. HEX triplet: 22, 9D and 54. RGB value is (34,157,84). Sum of RGB (Red+Green+Blue) = 34+157+84=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #229D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229D54 is #DD62AB. Grayscale: #707070. Windows color (decimal): -14508716 or 5545250. OLE color: 5545250.
HSL color Cylindrical-coordinate representation of color #229D54: hue angle of 144.39º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229D54 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 157 | 84 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.38 |
| HSL | 144.39º | 0.64% | 0.37% | - |
| HSV(B) | 144.39º | 0.78% | 0.62% | - |
| XYZ | 14.32 | 25.09 | 12.48 | - |
| YUV | 111.9 | 112.25 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 84 | 0.78 | 0 | 0.46 | 0.38 | 144.39 | 0.64 | 0.37 |
| Hex | 22 | 9D | 54 | 4E | 0 | 2E | 26 | 90 | 40 | 25 |
| Octal | 42 | 235 | 124 | 116 | 0 | 56 | 46 | 220 | 100 | 45 |
| Binary | 100010 | 10011101 | 1010100 | 1001110 | 0 | 101110 | 100110 | 10010000 | 1000000 | 100101 |
Color Harmonies of #229D54
Complementary color
Monochromatic Colors of #229D54
Black with #229D54
Text Example
Text Example
White with #229D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229D54; }
p { color: rgb(34,157,84); }
H1.HeaderClassName
{
color: #229D54;
}
.AnyTagClassName
{
color: #229D54;
}
</style>
background-color css
<style>
a { background-color: #229D54; }
a { background-color: rgb(34,157,84); }
div.DivClassName
{
background-color: #229D54;
}
.BgClassName
{
background-color: #229D54;
}
</style>
border-color css
<style>
span { border-color: #229D54; }
span { border-color: rgb(34,157,84); }
td.TdClassName
{
border-color: #229D54;
}
.TagClassName
{
border-color: #229D54;
}
</style>