Shades of Camarone #215F37
Tints of Camarone #215F37
RGB
CMYK
RGB Variations
Color information
#215F37 (or 0x215F37) is known color: Camarone. HEX triplet: 21, 5F and 37. RGB value is (33,95,55). Sum of RGB (Red+Green+Blue) = 33+95+55=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #215F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F37 is #DEA0C8. Grayscale: #484848. Windows color (decimal): -14590153 or 3628833. OLE color: 3628833.
HSL color Cylindrical-coordinate representation of color #215F37: hue angle of 141.29º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215F37 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 55 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.63 |
| HSL | 141.29º | 0.48% | 0.25% | - |
| HSV(B) | 141.29º | 0.65% | 0.37% | - |
| XYZ | 5.41 | 8.78 | 5.02 | - |
| YUV | 71.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 55 | 0.65 | 0 | 0.42 | 0.63 | 141.29 | 0.48 | 0.25 |
| Hex | 21 | 5F | 37 | 41 | 0 | 2A | 3F | 8D | 30 | 19 |
| Octal | 41 | 137 | 67 | 101 | 0 | 52 | 77 | 215 | 60 | 31 |
| Binary | 100001 | 1011111 | 110111 | 1000001 | 0 | 101010 | 111111 | 10001101 | 110000 | 11001 |
Color Harmonies of #215F37
Complementary color
Monochromatic Colors of #215F37
Black with #215F37
Text Example
Text Example
White with #215F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F37; }
p { color: rgb(33,95,55); }
H1.HeaderClassName
{
color: #215F37;
}
.AnyTagClassName
{
color: #215F37;
}
</style>
background-color css
<style>
a { background-color: #215F37; }
a { background-color: rgb(33,95,55); }
div.DivClassName
{
background-color: #215F37;
}
.BgClassName
{
background-color: #215F37;
}
</style>
border-color css
<style>
span { border-color: #215F37; }
span { border-color: rgb(33,95,55); }
td.TdClassName
{
border-color: #215F37;
}
.TagClassName
{
border-color: #215F37;
}
</style>