Shades of Eucalyptus #229B68
Tints of Eucalyptus #229B68
RGB
CMYK
RGB Variations
Color information
#229B68 (or 0x229B68) is known color: Eucalyptus. HEX triplet: 22, 9B and 68. RGB value is (34,155,104). Sum of RGB (Red+Green+Blue) = 34+155+104=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #229B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B68 is #DD6497. Grayscale: #717171. Windows color (decimal): -14509208 or 6855458. OLE color: 6855458.
HSL color Cylindrical-coordinate representation of color #229B68: hue angle of 154.71º 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 #229B68 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 104 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.39 |
| HSL | 154.71º | 0.64% | 0.37% | - |
| HSV(B) | 154.71º | 0.78% | 0.61% | - |
| XYZ | 14.88 | 24.78 | 17.1 | - |
| YUV | 113.01 | 122.91 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 104 | 0.78 | 0 | 0.33 | 0.39 | 154.71 | 0.64 | 0.37 |
| Hex | 22 | 9B | 68 | 4E | 0 | 21 | 27 | 9B | 40 | 25 |
| Octal | 42 | 233 | 150 | 116 | 0 | 41 | 47 | 233 | 100 | 45 |
| Binary | 100010 | 10011011 | 1101000 | 1001110 | 0 | 100001 | 100111 | 10011011 | 1000000 | 100101 |
Color Harmonies of #229B68
Complementary color
Monochromatic Colors of #229B68
Black with #229B68
Text Example
Text Example
White with #229B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B68; }
p { color: rgb(34,155,104); }
H1.HeaderClassName
{
color: #229B68;
}
.AnyTagClassName
{
color: #229B68;
}
</style>
background-color css
<style>
a { background-color: #229B68; }
a { background-color: rgb(34,155,104); }
div.DivClassName
{
background-color: #229B68;
}
.BgClassName
{
background-color: #229B68;
}
</style>
border-color css
<style>
span { border-color: #229B68; }
span { border-color: rgb(34,155,104); }
td.TdClassName
{
border-color: #229B68;
}
.TagClassName
{
border-color: #229B68;
}
</style>