Shades of Camarone #217238
Tints of Camarone #217238
RGB
CMYK
RGB Variations
Color information
#217238 (or 0x217238) is known color: Camarone. HEX triplet: 21, 72 and 38. RGB value is (33,114,56). Sum of RGB (Red+Green+Blue) = 33+114+56=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #217238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217238 is #DE8DC7. Grayscale: #535353. Windows color (decimal): -14585288 or 3699233. OLE color: 3699233.
HSL color Cylindrical-coordinate representation of color #217238: hue angle of 137.04º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217238 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 56 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.55 |
| HSL | 137.04º | 0.55% | 0.29% | - |
| HSV(B) | 137.04º | 0.71% | 0.45% | - |
| XYZ | 7.36 | 12.64 | 5.79 | - |
| YUV | 83.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 56 | 0.71 | 0 | 0.51 | 0.55 | 137.04 | 0.55 | 0.29 |
| Hex | 21 | 72 | 38 | 47 | 0 | 33 | 37 | 89 | 37 | 1D |
| Octal | 41 | 162 | 70 | 107 | 0 | 63 | 67 | 211 | 67 | 35 |
| Binary | 100001 | 1110010 | 111000 | 1000111 | 0 | 110011 | 110111 | 10001001 | 110111 | 11101 |
Color Harmonies of #217238
Complementary color
Monochromatic Colors of #217238
Black with #217238
Text Example
Text Example
White with #217238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217238; }
p { color: rgb(33,114,56); }
H1.HeaderClassName
{
color: #217238;
}
.AnyTagClassName
{
color: #217238;
}
</style>
background-color css
<style>
a { background-color: #217238; }
a { background-color: rgb(33,114,56); }
div.DivClassName
{
background-color: #217238;
}
.BgClassName
{
background-color: #217238;
}
</style>
border-color css
<style>
span { border-color: #217238; }
span { border-color: rgb(33,114,56); }
td.TdClassName
{
border-color: #217238;
}
.TagClassName
{
border-color: #217238;
}
</style>