Shades of Camarone #215D2E
Tints of Camarone #215D2E
RGB
CMYK
RGB Variations
Color information
#215D2E (or 0x215D2E) is known color: Camarone. HEX triplet: 21, 5D and 2E. RGB value is (33,93,46). Sum of RGB (Red+Green+Blue) = 33+93+46=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #215D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D2E is #DEA2D1. Grayscale: #454545. Windows color (decimal): -14590674 or 3038497. OLE color: 3038497.
HSL color Cylindrical-coordinate representation of color #215D2E: hue angle of 133º 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 #215D2E is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 46 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.64 |
| HSL | 133º | 0.48% | 0.25% | - |
| HSV(B) | 133º | 0.65% | 0.36% | - |
| XYZ | 5.03 | 8.35 | 3.93 | - |
| YUV | 69.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 46 | 0.65 | 0 | 0.51 | 0.64 | 133 | 0.48 | 0.25 |
| Hex | 21 | 5D | 2E | 41 | 0 | 33 | 40 | 85 | 30 | 19 |
| Octal | 41 | 135 | 56 | 101 | 0 | 63 | 100 | 205 | 60 | 31 |
| Binary | 100001 | 1011101 | 101110 | 1000001 | 0 | 110011 | 1000000 | 10000101 | 110000 | 11001 |
Color Harmonies of #215D2E
Complementary color
Monochromatic Colors of #215D2E
Black with #215D2E
Text Example
Text Example
White with #215D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D2E; }
p { color: rgb(33,93,46); }
H1.HeaderClassName
{
color: #215D2E;
}
.AnyTagClassName
{
color: #215D2E;
}
</style>
background-color css
<style>
a { background-color: #215D2E; }
a { background-color: rgb(33,93,46); }
div.DivClassName
{
background-color: #215D2E;
}
.BgClassName
{
background-color: #215D2E;
}
</style>
border-color css
<style>
span { border-color: #215D2E; }
span { border-color: rgb(33,93,46); }
td.TdClassName
{
border-color: #215D2E;
}
.TagClassName
{
border-color: #215D2E;
}
</style>