Shades of Camarone #217D38
Tints of Camarone #217D38
RGB
CMYK
RGB Variations
Color information
#217D38 (or 0x217D38) is known color: Camarone. HEX triplet: 21, 7D and 38. RGB value is (33,125,56). Sum of RGB (Red+Green+Blue) = 33+125+56=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 125 (49.22% from 255 or 58.41% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 125 - color contains mainly: green. Hex color #217D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D38 is #DE82C7. Grayscale: #595959. Windows color (decimal): -14582472 or 3702049. OLE color: 3702049.
HSL color Cylindrical-coordinate representation of color #217D38: hue angle of 135º 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 #217D38 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 56 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.51 |
| HSL | 135º | 0.58% | 0.31% | - |
| HSV(B) | 135º | 0.74% | 0.49% | - |
| XYZ | 8.67 | 15.28 | 6.23 | - |
| YUV | 89.63 | 109.02 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 56 | 0.74 | 0 | 0.55 | 0.51 | 135 | 0.58 | 0.31 |
| Hex | 21 | 7D | 38 | 4A | 0 | 37 | 33 | 87 | 3A | 1F |
| Octal | 41 | 175 | 70 | 112 | 0 | 67 | 63 | 207 | 72 | 37 |
| Binary | 100001 | 1111101 | 111000 | 1001010 | 0 | 110111 | 110011 | 10000111 | 111010 | 11111 |
Color Harmonies of #217D38
Complementary color
Monochromatic Colors of #217D38
Black with #217D38
Text Example
Text Example
White with #217D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D38; }
p { color: rgb(33,125,56); }
H1.HeaderClassName
{
color: #217D38;
}
.AnyTagClassName
{
color: #217D38;
}
</style>
background-color css
<style>
a { background-color: #217D38; }
a { background-color: rgb(33,125,56); }
div.DivClassName
{
background-color: #217D38;
}
.BgClassName
{
background-color: #217D38;
}
</style>
border-color css
<style>
span { border-color: #217D38; }
span { border-color: rgb(33,125,56); }
td.TdClassName
{
border-color: #217D38;
}
.TagClassName
{
border-color: #217D38;
}
</style>