Shades of Camarone #217A3C
Tints of Camarone #217A3C
RGB
CMYK
RGB Variations
Color information
#217A3C (or 0x217A3C) is known color: Camarone. HEX triplet: 21, 7A and 3C. RGB value is (33,122,60). Sum of RGB (Red+Green+Blue) = 33+122+60=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #217A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A3C is #DE85C3. Grayscale: #585858. Windows color (decimal): -14583236 or 3963425. OLE color: 3963425.
HSL color Cylindrical-coordinate representation of color #217A3C: hue angle of 138.2º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A3C is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 122 | 60 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.52 |
| HSL | 138.2º | 0.57% | 0.3% | - |
| HSV(B) | 138.2º | 0.73% | 0.48% | - |
| XYZ | 8.4 | 14.57 | 6.64 | - |
| YUV | 88.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 60 | 0.73 | 0 | 0.51 | 0.52 | 138.2 | 0.57 | 0.3 |
| Hex | 21 | 7A | 3C | 49 | 0 | 33 | 34 | 8A | 39 | 1E |
| Octal | 41 | 172 | 74 | 111 | 0 | 63 | 64 | 212 | 71 | 36 |
| Binary | 100001 | 1111010 | 111100 | 1001001 | 0 | 110011 | 110100 | 10001010 | 111001 | 11110 |
Color Harmonies of #217A3C
Complementary color
Monochromatic Colors of #217A3C
Black with #217A3C
Text Example
Text Example
White with #217A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A3C; }
p { color: rgb(33,122,60); }
H1.HeaderClassName
{
color: #217A3C;
}
.AnyTagClassName
{
color: #217A3C;
}
</style>
background-color css
<style>
a { background-color: #217A3C; }
a { background-color: rgb(33,122,60); }
div.DivClassName
{
background-color: #217A3C;
}
.BgClassName
{
background-color: #217A3C;
}
</style>
border-color css
<style>
span { border-color: #217A3C; }
span { border-color: rgb(33,122,60); }
td.TdClassName
{
border-color: #217A3C;
}
.TagClassName
{
border-color: #217A3C;
}
</style>