Shades of San Felix #21732D
Tints of San Felix #21732D
RGB
CMYK
RGB Variations
Color information
#21732D (or 0x21732D) is known color: San Felix. HEX triplet: 21, 73 and 2D. RGB value is (33,115,45). Sum of RGB (Red+Green+Blue) = 33+115+45=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #21732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21732D is #DE8CD2. Grayscale: #525252. Windows color (decimal): -14585043 or 2978593. OLE color: 2978593.
HSL color Cylindrical-coordinate representation of color #21732D: hue angle of 128.78º 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 #21732D is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 45 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.55 |
| HSL | 128.78º | 0.55% | 0.29% | - |
| HSV(B) | 128.78º | 0.71% | 0.45% | - |
| XYZ | 7.23 | 12.77 | 4.57 | - |
| YUV | 82.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 45 | 0.71 | 0 | 0.61 | 0.55 | 128.78 | 0.55 | 0.29 |
| Hex | 21 | 73 | 2D | 47 | 0 | 3D | 37 | 81 | 37 | 1D |
| Octal | 41 | 163 | 55 | 107 | 0 | 75 | 67 | 201 | 67 | 35 |
| Binary | 100001 | 1110011 | 101101 | 1000111 | 0 | 111101 | 110111 | 10000001 | 110111 | 11101 |
Color Harmonies of #21732D
Complementary color
Monochromatic Colors of #21732D
Black with #21732D
Text Example
Text Example
White with #21732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21732D; }
p { color: rgb(33,115,45); }
H1.HeaderClassName
{
color: #21732D;
}
.AnyTagClassName
{
color: #21732D;
}
</style>
background-color css
<style>
a { background-color: #21732D; }
a { background-color: rgb(33,115,45); }
div.DivClassName
{
background-color: #21732D;
}
.BgClassName
{
background-color: #21732D;
}
</style>
border-color css
<style>
span { border-color: #21732D; }
span { border-color: rgb(33,115,45); }
td.TdClassName
{
border-color: #21732D;
}
.TagClassName
{
border-color: #21732D;
}
</style>