Shades of Camarone #217E39
Tints of Camarone #217E39
RGB
CMYK
RGB Variations
Color information
#217E39 (or 0x217E39) is known color: Camarone. HEX triplet: 21, 7E and 39. RGB value is (33,126,57). Sum of RGB (Red+Green+Blue) = 33+126+57=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #217E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E39 is #DE81C6. Grayscale: #5A5A5A. Windows color (decimal): -14582215 or 3767841. OLE color: 3767841.
HSL color Cylindrical-coordinate representation of color #217E39: hue angle of 135.48º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217E39 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 126 | 57 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.51 |
| HSL | 135.48º | 0.58% | 0.31% | - |
| HSV(B) | 135.48º | 0.74% | 0.49% | - |
| XYZ | 8.83 | 15.54 | 6.41 | - |
| YUV | 90.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 57 | 0.74 | 0 | 0.55 | 0.51 | 135.48 | 0.58 | 0.31 |
| Hex | 21 | 7E | 39 | 4A | 0 | 37 | 33 | 87 | 3A | 1F |
| Octal | 41 | 176 | 71 | 112 | 0 | 67 | 63 | 207 | 72 | 37 |
| Binary | 100001 | 1111110 | 111001 | 1001010 | 0 | 110111 | 110011 | 10000111 | 111010 | 11111 |
Color Harmonies of #217E39
Complementary color
Monochromatic Colors of #217E39
Black with #217E39
Text Example
Text Example
White with #217E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217E39; }
p { color: rgb(33,126,57); }
H1.HeaderClassName
{
color: #217E39;
}
.AnyTagClassName
{
color: #217E39;
}
</style>
background-color css
<style>
a { background-color: #217E39; }
a { background-color: rgb(33,126,57); }
div.DivClassName
{
background-color: #217E39;
}
.BgClassName
{
background-color: #217E39;
}
</style>
border-color css
<style>
span { border-color: #217E39; }
span { border-color: rgb(33,126,57); }
td.TdClassName
{
border-color: #217E39;
}
.TagClassName
{
border-color: #217E39;
}
</style>