Shades of Camarone #217C3E
Tints of Camarone #217C3E
RGB
CMYK
RGB Variations
Color information
#217C3E (or 0x217C3E) is known color: Camarone. HEX triplet: 21, 7C and 3E. RGB value is (33,124,62). Sum of RGB (Red+Green+Blue) = 33+124+62=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #217C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C3E is #DE83C1. Grayscale: #595959. Windows color (decimal): -14582722 or 4095009. OLE color: 4095009.
HSL color Cylindrical-coordinate representation of color #217C3E: hue angle of 139.12º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C3E is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 62 | - |
| CMYK | 0.73 | 0 | 0.5 | 0.51 |
| HSL | 139.12º | 0.58% | 0.31% | - |
| HSV(B) | 139.12º | 0.73% | 0.49% | - |
| XYZ | 8.7 | 15.09 | 7.01 | - |
| YUV | 89.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 62 | 0.73 | 0 | 0.5 | 0.51 | 139.12 | 0.58 | 0.31 |
| Hex | 21 | 7C | 3E | 49 | 0 | 32 | 33 | 8B | 3A | 1F |
| Octal | 41 | 174 | 76 | 111 | 0 | 62 | 63 | 213 | 72 | 37 |
| Binary | 100001 | 1111100 | 111110 | 1001001 | 0 | 110010 | 110011 | 10001011 | 111010 | 11111 |
Color Harmonies of #217C3E
Complementary color
Monochromatic Colors of #217C3E
Black with #217C3E
Text Example
Text Example
White with #217C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C3E; }
p { color: rgb(33,124,62); }
H1.HeaderClassName
{
color: #217C3E;
}
.AnyTagClassName
{
color: #217C3E;
}
</style>
background-color css
<style>
a { background-color: #217C3E; }
a { background-color: rgb(33,124,62); }
div.DivClassName
{
background-color: #217C3E;
}
.BgClassName
{
background-color: #217C3E;
}
</style>
border-color css
<style>
span { border-color: #217C3E; }
span { border-color: rgb(33,124,62); }
td.TdClassName
{
border-color: #217C3E;
}
.TagClassName
{
border-color: #217C3E;
}
</style>