Shades of San Felix #21732B
Tints of San Felix #21732B
RGB
CMYK
RGB Variations
Color information
#21732B (or 0x21732B) is known color: San Felix. HEX triplet: 21, 73 and 2B. RGB value is (33,115,43). Sum of RGB (Red+Green+Blue) = 33+115+43=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #21732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21732B is #DE8CD4. Grayscale: #525252. Windows color (decimal): -14585045 or 2847521. OLE color: 2847521.
HSL color Cylindrical-coordinate representation of color #21732B: hue angle of 127.32º 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 #21732B is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 43 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.55 |
| HSL | 127.32º | 0.55% | 0.29% | - |
| HSV(B) | 127.32º | 0.71% | 0.45% | - |
| XYZ | 7.19 | 12.76 | 4.37 | - |
| YUV | 82.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 43 | 0.71 | 0 | 0.63 | 0.55 | 127.32 | 0.55 | 0.29 |
| Hex | 21 | 73 | 2B | 47 | 0 | 3F | 37 | 7F | 37 | 1D |
| Octal | 41 | 163 | 53 | 107 | 0 | 77 | 67 | 177 | 67 | 35 |
| Binary | 100001 | 1110011 | 101011 | 1000111 | 0 | 111111 | 110111 | 1111111 | 110111 | 11101 |
Color Harmonies of #21732B
Complementary color
Monochromatic Colors of #21732B
Black with #21732B
Text Example
Text Example
White with #21732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21732B; }
p { color: rgb(33,115,43); }
H1.HeaderClassName
{
color: #21732B;
}
.AnyTagClassName
{
color: #21732B;
}
</style>
background-color css
<style>
a { background-color: #21732B; }
a { background-color: rgb(33,115,43); }
div.DivClassName
{
background-color: #21732B;
}
.BgClassName
{
background-color: #21732B;
}
</style>
border-color css
<style>
span { border-color: #21732B; }
span { border-color: rgb(33,115,43); }
td.TdClassName
{
border-color: #21732B;
}
.TagClassName
{
border-color: #21732B;
}
</style>