Shades of Camarone #217B3C
Tints of Camarone #217B3C
RGB
CMYK
RGB Variations
Color information
#217B3C (or 0x217B3C) is known color: Camarone. HEX triplet: 21, 7B and 3C. RGB value is (33,123,60). Sum of RGB (Red+Green+Blue) = 33+123+60=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #217B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B3C is #DE84C3. Grayscale: #595959. Windows color (decimal): -14582980 or 3963681. OLE color: 3963681.
HSL color Cylindrical-coordinate representation of color #217B3C: hue angle of 138º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B3C is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 60 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.52 |
| HSL | 138º | 0.58% | 0.31% | - |
| HSV(B) | 138º | 0.73% | 0.48% | - |
| XYZ | 8.53 | 14.82 | 6.69 | - |
| YUV | 88.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 60 | 0.73 | 0 | 0.51 | 0.52 | 138 | 0.58 | 0.31 |
| Hex | 21 | 7B | 3C | 49 | 0 | 33 | 34 | 8A | 3A | 1F |
| Octal | 41 | 173 | 74 | 111 | 0 | 63 | 64 | 212 | 72 | 37 |
| Binary | 100001 | 1111011 | 111100 | 1001001 | 0 | 110011 | 110100 | 10001010 | 111010 | 11111 |
Color Harmonies of #217B3C
Complementary color
Monochromatic Colors of #217B3C
Black with #217B3C
Text Example
Text Example
White with #217B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B3C; }
p { color: rgb(33,123,60); }
H1.HeaderClassName
{
color: #217B3C;
}
.AnyTagClassName
{
color: #217B3C;
}
</style>
background-color css
<style>
a { background-color: #217B3C; }
a { background-color: rgb(33,123,60); }
div.DivClassName
{
background-color: #217B3C;
}
.BgClassName
{
background-color: #217B3C;
}
</style>
border-color css
<style>
span { border-color: #217B3C; }
span { border-color: rgb(33,123,60); }
td.TdClassName
{
border-color: #217B3C;
}
.TagClassName
{
border-color: #217B3C;
}
</style>