Shades of Eucalyptus #229B5D
Tints of Eucalyptus #229B5D
RGB
CMYK
RGB Variations
Color information
#229B5D (or 0x229B5D) is known color: Eucalyptus. HEX triplet: 22, 9B and 5D. RGB value is (34,155,93). Sum of RGB (Red+Green+Blue) = 34+155+93=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #229B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B5D is #DD64A2. Grayscale: #6F6F6F. Windows color (decimal): -14509219 or 6134562. OLE color: 6134562.
HSL color Cylindrical-coordinate representation of color #229B5D: hue angle of 149.26º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B5D is Cyan = 0.78, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 93 | - |
| CMYK | 0.78 | 0 | 0.4 | 0.39 |
| HSL | 149.26º | 0.64% | 0.37% | - |
| HSV(B) | 149.26º | 0.78% | 0.61% | - |
| XYZ | 14.36 | 24.57 | 14.34 | - |
| YUV | 111.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 93 | 0.78 | 0 | 0.4 | 0.39 | 149.26 | 0.64 | 0.37 |
| Hex | 22 | 9B | 5D | 4E | 0 | 28 | 27 | 95 | 40 | 25 |
| Octal | 42 | 233 | 135 | 116 | 0 | 50 | 47 | 225 | 100 | 45 |
| Binary | 100010 | 10011011 | 1011101 | 1001110 | 0 | 101000 | 100111 | 10010101 | 1000000 | 100101 |
Color Harmonies of #229B5D
Complementary color
Monochromatic Colors of #229B5D
Black with #229B5D
Text Example
Text Example
White with #229B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B5D; }
p { color: rgb(34,155,93); }
H1.HeaderClassName
{
color: #229B5D;
}
.AnyTagClassName
{
color: #229B5D;
}
</style>
background-color css
<style>
a { background-color: #229B5D; }
a { background-color: rgb(34,155,93); }
div.DivClassName
{
background-color: #229B5D;
}
.BgClassName
{
background-color: #229B5D;
}
</style>
border-color css
<style>
span { border-color: #229B5D; }
span { border-color: rgb(34,155,93); }
td.TdClassName
{
border-color: #229B5D;
}
.TagClassName
{
border-color: #229B5D;
}
</style>