Shades of Camarone #216E40
Tints of Camarone #216E40
RGB
CMYK
RGB Variations
Color information
#216E40 (or 0x216E40) is known color: Camarone. HEX triplet: 21, 6E and 40. RGB value is (33,110,64). Sum of RGB (Red+Green+Blue) = 33+110+64=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #216E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216E40 is #DE91BF. Grayscale: #515151. Windows color (decimal): -14586304 or 4222497. OLE color: 4222497.
HSL color Cylindrical-coordinate representation of color #216E40: hue angle of 144.16º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216E40 is Cyan = 0.7, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 110 | 64 | - |
| CMYK | 0.7 | 0 | 0.42 | 0.57 |
| HSL | 144.16º | 0.54% | 0.28% | - |
| HSV(B) | 144.16º | 0.7% | 0.43% | - |
| XYZ | 7.13 | 11.85 | 6.76 | - |
| YUV | 81.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 64 | 0.7 | 0 | 0.42 | 0.57 | 144.16 | 0.54 | 0.28 |
| Hex | 21 | 6E | 40 | 46 | 0 | 2A | 39 | 90 | 36 | 1C |
| Octal | 41 | 156 | 100 | 106 | 0 | 52 | 71 | 220 | 66 | 34 |
| Binary | 100001 | 1101110 | 1000000 | 1000110 | 0 | 101010 | 111001 | 10010000 | 110110 | 11100 |
Color Harmonies of #216E40
Complementary color
Monochromatic Colors of #216E40
Black with #216E40
Text Example
Text Example
White with #216E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E40; }
p { color: rgb(33,110,64); }
H1.HeaderClassName
{
color: #216E40;
}
.AnyTagClassName
{
color: #216E40;
}
</style>
background-color css
<style>
a { background-color: #216E40; }
a { background-color: rgb(33,110,64); }
div.DivClassName
{
background-color: #216E40;
}
.BgClassName
{
background-color: #216E40;
}
</style>
border-color css
<style>
span { border-color: #216E40; }
span { border-color: rgb(33,110,64); }
td.TdClassName
{
border-color: #216E40;
}
.TagClassName
{
border-color: #216E40;
}
</style>