Shades of Eucalyptus #229F67
Tints of Eucalyptus #229F67
RGB
CMYK
RGB Variations
Color information
#229F67 (or 0x229F67) is known color: Eucalyptus. HEX triplet: 22, 9F and 67. RGB value is (34,159,103). Sum of RGB (Red+Green+Blue) = 34+159+103=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #229F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F67 is #DD6098. Grayscale: #737373. Windows color (decimal): -14508185 or 6790946. OLE color: 6790946.
HSL color Cylindrical-coordinate representation of color #229F67: hue angle of 153.12º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F67 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 103 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.38 |
| HSL | 153.12º | 0.65% | 0.38% | - |
| HSV(B) | 153.12º | 0.79% | 0.62% | - |
| XYZ | 15.51 | 26.12 | 17.06 | - |
| YUV | 115.24 | 121.09 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 103 | 0.79 | 0 | 0.35 | 0.38 | 153.12 | 0.65 | 0.38 |
| Hex | 22 | 9F | 67 | 4F | 0 | 23 | 26 | 99 | 41 | 26 |
| Octal | 42 | 237 | 147 | 117 | 0 | 43 | 46 | 231 | 101 | 46 |
| Binary | 100010 | 10011111 | 1100111 | 1001111 | 0 | 100011 | 100110 | 10011001 | 1000001 | 100110 |
Color Harmonies of #229F67
Complementary color
Monochromatic Colors of #229F67
Black with #229F67
Text Example
Text Example
White with #229F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F67; }
p { color: rgb(34,159,103); }
H1.HeaderClassName
{
color: #229F67;
}
.AnyTagClassName
{
color: #229F67;
}
</style>
background-color css
<style>
a { background-color: #229F67; }
a { background-color: rgb(34,159,103); }
div.DivClassName
{
background-color: #229F67;
}
.BgClassName
{
background-color: #229F67;
}
</style>
border-color css
<style>
span { border-color: #229F67; }
span { border-color: rgb(34,159,103); }
td.TdClassName
{
border-color: #229F67;
}
.TagClassName
{
border-color: #229F67;
}
</style>