Shades of Eucalyptus #219B67
Tints of Eucalyptus #219B67
RGB
CMYK
RGB Variations
Color information
#219B67 (or 0x219B67) is known color: Eucalyptus. HEX triplet: 21, 9B and 67. RGB value is (33,155,103). Sum of RGB (Red+Green+Blue) = 33+155+103=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #219B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B67 is #DE6498. Grayscale: #707070. Windows color (decimal): -14574745 or 6789921. OLE color: 6789921.
HSL color Cylindrical-coordinate representation of color #219B67: hue angle of 154.43º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219B67 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 155 | 103 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.39 |
| HSL | 154.43º | 0.65% | 0.37% | - |
| HSV(B) | 154.43º | 0.79% | 0.61% | - |
| XYZ | 14.8 | 24.75 | 16.83 | - |
| YUV | 112.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 103 | 0.79 | 0 | 0.34 | 0.39 | 154.43 | 0.65 | 0.37 |
| Hex | 21 | 9B | 67 | 4F | 0 | 22 | 27 | 9A | 41 | 25 |
| Octal | 41 | 233 | 147 | 117 | 0 | 42 | 47 | 232 | 101 | 45 |
| Binary | 100001 | 10011011 | 1100111 | 1001111 | 0 | 100010 | 100111 | 10011010 | 1000001 | 100101 |
Color Harmonies of #219B67
Complementary color
Monochromatic Colors of #219B67
Black with #219B67
Text Example
Text Example
White with #219B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219B67; }
p { color: rgb(33,155,103); }
H1.HeaderClassName
{
color: #219B67;
}
.AnyTagClassName
{
color: #219B67;
}
</style>
background-color css
<style>
a { background-color: #219B67; }
a { background-color: rgb(33,155,103); }
div.DivClassName
{
background-color: #219B67;
}
.BgClassName
{
background-color: #219B67;
}
</style>
border-color css
<style>
span { border-color: #219B67; }
span { border-color: rgb(33,155,103); }
td.TdClassName
{
border-color: #219B67;
}
.TagClassName
{
border-color: #219B67;
}
</style>