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