Shades of Eucalyptus #229E6B
Tints of Eucalyptus #229E6B
RGB
CMYK
RGB Variations
Color information
#229E6B (or 0x229E6B) is known color: Eucalyptus. HEX triplet: 22, 9E and 6B. RGB value is (34,158,107). Sum of RGB (Red+Green+Blue) = 34+158+107=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #229E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E6B is #DD6194. Grayscale: #737373. Windows color (decimal): -14508437 or 7052834. OLE color: 7052834.
HSL color Cylindrical-coordinate representation of color #229E6B: hue angle of 155.32º 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 #229E6B is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 107 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.38 |
| HSL | 155.32º | 0.65% | 0.38% | - |
| HSV(B) | 155.32º | 0.78% | 0.62% | - |
| XYZ | 15.54 | 25.86 | 18.08 | - |
| YUV | 115.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 107 | 0.78 | 0 | 0.32 | 0.38 | 155.32 | 0.65 | 0.38 |
| Hex | 22 | 9E | 6B | 4E | 0 | 20 | 26 | 9B | 41 | 26 |
| Octal | 42 | 236 | 153 | 116 | 0 | 40 | 46 | 233 | 101 | 46 |
| Binary | 100010 | 10011110 | 1101011 | 1001110 | 0 | 100000 | 100110 | 10011011 | 1000001 | 100110 |
Color Harmonies of #229E6B
Complementary color
Monochromatic Colors of #229E6B
Black with #229E6B
Text Example
Text Example
White with #229E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E6B; }
p { color: rgb(34,158,107); }
H1.HeaderClassName
{
color: #229E6B;
}
.AnyTagClassName
{
color: #229E6B;
}
</style>
background-color css
<style>
a { background-color: #229E6B; }
a { background-color: rgb(34,158,107); }
div.DivClassName
{
background-color: #229E6B;
}
.BgClassName
{
background-color: #229E6B;
}
</style>
border-color css
<style>
span { border-color: #229E6B; }
span { border-color: rgb(34,158,107); }
td.TdClassName
{
border-color: #229E6B;
}
.TagClassName
{
border-color: #229E6B;
}
</style>