Shades of Camarone #215F39
Tints of Camarone #215F39
RGB
CMYK
RGB Variations
Color information
#215F39 (or 0x215F39) is known color: Camarone. HEX triplet: 21, 5F and 39. RGB value is (33,95,57). Sum of RGB (Red+Green+Blue) = 33+95+57=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #215F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F39 is #DEA0C6. Grayscale: #484848. Windows color (decimal): -14590151 or 3759905. OLE color: 3759905.
HSL color Cylindrical-coordinate representation of color #215F39: hue angle of 143.23º 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 #215F39 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 57 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.63 |
| HSL | 143.23º | 0.48% | 0.25% | - |
| HSV(B) | 143.23º | 0.65% | 0.37% | - |
| XYZ | 5.46 | 8.8 | 5.28 | - |
| YUV | 72.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 57 | 0.65 | 0 | 0.40 | 0.63 | 143.23 | 0.48 | 0.25 |
| Hex | 21 | 5F | 39 | 41 | 0 | 28 | 3F | 8F | 30 | 19 |
| Octal | 41 | 137 | 71 | 101 | 0 | 50 | 77 | 217 | 60 | 31 |
| Binary | 100001 | 1011111 | 111001 | 1000001 | 0 | 101000 | 111111 | 10001111 | 110000 | 11001 |
Color Harmonies of #215F39
Complementary color
Monochromatic Colors of #215F39
Black with #215F39
Text Example
Text Example
White with #215F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F39; }
p { color: rgb(33,95,57); }
H1.HeaderClassName
{
color: #215F39;
}
.AnyTagClassName
{
color: #215F39;
}
</style>
background-color css
<style>
a { background-color: #215F39; }
a { background-color: rgb(33,95,57); }
div.DivClassName
{
background-color: #215F39;
}
.BgClassName
{
background-color: #215F39;
}
</style>
border-color css
<style>
span { border-color: #215F39; }
span { border-color: rgb(33,95,57); }
td.TdClassName
{
border-color: #215F39;
}
.TagClassName
{
border-color: #215F39;
}
</style>