Shades of Eucalyptus #21965B
Tints of Eucalyptus #21965B
RGB
CMYK
RGB Variations
Color information
#21965B (or 0x21965B) is known color: Eucalyptus. HEX triplet: 21, 96 and 5B. RGB value is (33,150,91). Sum of RGB (Red+Green+Blue) = 33+150+91=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #21965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21965B is #DE69A4. Grayscale: #6C6C6C. Windows color (decimal): -14576037 or 6002209. OLE color: 6002209.
HSL color Cylindrical-coordinate representation of color #21965B: hue angle of 149.74º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21965B is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 91 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.41 |
| HSL | 149.74º | 0.64% | 0.36% | - |
| HSV(B) | 149.74º | 0.78% | 0.59% | - |
| XYZ | 13.42 | 22.89 | 13.61 | - |
| YUV | 108.29 | 118.24 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 91 | 0.78 | 0 | 0.39 | 0.41 | 149.74 | 0.64 | 0.36 |
| Hex | 21 | 96 | 5B | 4E | 0 | 27 | 29 | 96 | 40 | 24 |
| Octal | 41 | 226 | 133 | 116 | 0 | 47 | 51 | 226 | 100 | 44 |
| Binary | 100001 | 10010110 | 1011011 | 1001110 | 0 | 100111 | 101001 | 10010110 | 1000000 | 100100 |
Color Harmonies of #21965B
Complementary color
Monochromatic Colors of #21965B
Black with #21965B
Text Example
Text Example
White with #21965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21965B; }
p { color: rgb(33,150,91); }
H1.HeaderClassName
{
color: #21965B;
}
.AnyTagClassName
{
color: #21965B;
}
</style>
background-color css
<style>
a { background-color: #21965B; }
a { background-color: rgb(33,150,91); }
div.DivClassName
{
background-color: #21965B;
}
.BgClassName
{
background-color: #21965B;
}
</style>
border-color css
<style>
span { border-color: #21965B; }
span { border-color: rgb(33,150,91); }
td.TdClassName
{
border-color: #21965B;
}
.TagClassName
{
border-color: #21965B;
}
</style>