Shades of Camarone #215D2D
Tints of Camarone #215D2D
RGB
CMYK
RGB Variations
Color information
#215D2D (or 0x215D2D) is known color: Camarone. HEX triplet: 21, 5D and 2D. RGB value is (33,93,45). Sum of RGB (Red+Green+Blue) = 33+93+45=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #215D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D2D is #DEA2D2. Grayscale: #454545. Windows color (decimal): -14590675 or 2972961. OLE color: 2972961.
HSL color Cylindrical-coordinate representation of color #215D2D: hue angle of 132º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D2D is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 45 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.64 |
| HSL | 132º | 0.48% | 0.25% | - |
| HSV(B) | 132º | 0.65% | 0.36% | - |
| XYZ | 5.02 | 8.34 | 3.83 | - |
| YUV | 69.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 45 | 0.65 | 0 | 0.52 | 0.64 | 132 | 0.48 | 0.25 |
| Hex | 21 | 5D | 2D | 41 | 0 | 34 | 40 | 84 | 30 | 19 |
| Octal | 41 | 135 | 55 | 101 | 0 | 64 | 100 | 204 | 60 | 31 |
| Binary | 100001 | 1011101 | 101101 | 1000001 | 0 | 110100 | 1000000 | 10000100 | 110000 | 11001 |
Color Harmonies of #215D2D
Complementary color
Monochromatic Colors of #215D2D
Black with #215D2D
Text Example
Text Example
White with #215D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D2D; }
p { color: rgb(33,93,45); }
H1.HeaderClassName
{
color: #215D2D;
}
.AnyTagClassName
{
color: #215D2D;
}
</style>
background-color css
<style>
a { background-color: #215D2D; }
a { background-color: rgb(33,93,45); }
div.DivClassName
{
background-color: #215D2D;
}
.BgClassName
{
background-color: #215D2D;
}
</style>
border-color css
<style>
span { border-color: #215D2D; }
span { border-color: rgb(33,93,45); }
td.TdClassName
{
border-color: #215D2D;
}
.TagClassName
{
border-color: #215D2D;
}
</style>