Shades of Eucalyptus #229B67
Tints of Eucalyptus #229B67
RGB
CMYK
RGB Variations
Color information
#229B67 (or 0x229B67) is known color: Eucalyptus. HEX triplet: 22, 9B and 67. RGB value is (34,155,103). Sum of RGB (Red+Green+Blue) = 34+155+103=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #229B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B67 is #DD6498. Grayscale: #707070. Windows color (decimal): -14509209 or 6789922. OLE color: 6789922.
HSL color Cylindrical-coordinate representation of color #229B67: hue angle of 154.21º 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 #229B67 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 103 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.39 |
| HSL | 154.21º | 0.64% | 0.37% | - |
| HSV(B) | 154.21º | 0.78% | 0.61% | - |
| XYZ | 14.83 | 24.76 | 16.83 | - |
| YUV | 112.89 | 122.41 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 103 | 0.78 | 0 | 0.34 | 0.39 | 154.21 | 0.64 | 0.37 |
| Hex | 22 | 9B | 67 | 4E | 0 | 22 | 27 | 9A | 40 | 25 |
| Octal | 42 | 233 | 147 | 116 | 0 | 42 | 47 | 232 | 100 | 45 |
| Binary | 100010 | 10011011 | 1100111 | 1001110 | 0 | 100010 | 100111 | 10011010 | 1000000 | 100101 |
Color Harmonies of #229B67
Complementary color
Monochromatic Colors of #229B67
Black with #229B67
Text Example
Text Example
White with #229B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B67; }
p { color: rgb(34,155,103); }
H1.HeaderClassName
{
color: #229B67;
}
.AnyTagClassName
{
color: #229B67;
}
</style>
background-color css
<style>
a { background-color: #229B67; }
a { background-color: rgb(34,155,103); }
div.DivClassName
{
background-color: #229B67;
}
.BgClassName
{
background-color: #229B67;
}
</style>
border-color css
<style>
span { border-color: #229B67; }
span { border-color: rgb(34,155,103); }
td.TdClassName
{
border-color: #229B67;
}
.TagClassName
{
border-color: #229B67;
}
</style>