Shades of Camarone #217B34
Tints of Camarone #217B34
RGB
CMYK
RGB Variations
Color information
#217B34 (or 0x217B34) is known color: Camarone. HEX triplet: 21, 7B and 34. RGB value is (33,123,52). Sum of RGB (Red+Green+Blue) = 33+123+52=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #217B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B34 is #DE84CB. Grayscale: #585858. Windows color (decimal): -14582988 or 3439393. OLE color: 3439393.
HSL color Cylindrical-coordinate representation of color #217B34: hue angle of 132.67º 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 #217B34 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 52 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.52 |
| HSL | 132.67º | 0.58% | 0.31% | - |
| HSV(B) | 132.67º | 0.73% | 0.48% | - |
| XYZ | 8.33 | 14.74 | 5.65 | - |
| YUV | 88 | 107.68 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 52 | 0.73 | 0 | 0.58 | 0.52 | 132.67 | 0.58 | 0.31 |
| Hex | 21 | 7B | 34 | 49 | 0 | 3A | 34 | 85 | 3A | 1F |
| Octal | 41 | 173 | 64 | 111 | 0 | 72 | 64 | 205 | 72 | 37 |
| Binary | 100001 | 1111011 | 110100 | 1001001 | 0 | 111010 | 110100 | 10000101 | 111010 | 11111 |
Color Harmonies of #217B34
Complementary color
Monochromatic Colors of #217B34
Black with #217B34
Text Example
Text Example
White with #217B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B34; }
p { color: rgb(33,123,52); }
H1.HeaderClassName
{
color: #217B34;
}
.AnyTagClassName
{
color: #217B34;
}
</style>
background-color css
<style>
a { background-color: #217B34; }
a { background-color: rgb(33,123,52); }
div.DivClassName
{
background-color: #217B34;
}
.BgClassName
{
background-color: #217B34;
}
</style>
border-color css
<style>
span { border-color: #217B34; }
span { border-color: rgb(33,123,52); }
td.TdClassName
{
border-color: #217B34;
}
.TagClassName
{
border-color: #217B34;
}
</style>