Shades of Eucalyptus #229B5E
Tints of Eucalyptus #229B5E
RGB
CMYK
RGB Variations
Color information
#229B5E (or 0x229B5E) is known color: Eucalyptus. HEX triplet: 22, 9B and 5E. RGB value is (34,155,94). Sum of RGB (Red+Green+Blue) = 34+155+94=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #229B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B5E is #DD64A1. Grayscale: #6F6F6F. Windows color (decimal): -14509218 or 6200098. OLE color: 6200098.
HSL color Cylindrical-coordinate representation of color #229B5E: hue angle of 149.75º 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 #229B5E is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 94 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.39 |
| HSL | 149.75º | 0.64% | 0.37% | - |
| HSV(B) | 149.75º | 0.78% | 0.61% | - |
| XYZ | 14.4 | 24.59 | 14.58 | - |
| YUV | 111.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 94 | 0.78 | 0 | 0.39 | 0.39 | 149.75 | 0.64 | 0.37 |
| Hex | 22 | 9B | 5E | 4E | 0 | 27 | 27 | 96 | 40 | 25 |
| Octal | 42 | 233 | 136 | 116 | 0 | 47 | 47 | 226 | 100 | 45 |
| Binary | 100010 | 10011011 | 1011110 | 1001110 | 0 | 100111 | 100111 | 10010110 | 1000000 | 100101 |
Color Harmonies of #229B5E
Complementary color
Monochromatic Colors of #229B5E
Black with #229B5E
Text Example
Text Example
White with #229B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B5E; }
p { color: rgb(34,155,94); }
H1.HeaderClassName
{
color: #229B5E;
}
.AnyTagClassName
{
color: #229B5E;
}
</style>
background-color css
<style>
a { background-color: #229B5E; }
a { background-color: rgb(34,155,94); }
div.DivClassName
{
background-color: #229B5E;
}
.BgClassName
{
background-color: #229B5E;
}
</style>
border-color css
<style>
span { border-color: #229B5E; }
span { border-color: rgb(34,155,94); }
td.TdClassName
{
border-color: #229B5E;
}
.TagClassName
{
border-color: #229B5E;
}
</style>