Shades of San Felix #21752C
Tints of San Felix #21752C
RGB
CMYK
RGB Variations
Color information
#21752C (or 0x21752C) is known color: San Felix. HEX triplet: 21, 75 and 2C. RGB value is (33,117,44). Sum of RGB (Red+Green+Blue) = 33+117+44=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #21752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21752C is #DE8AD3. Grayscale: #535353. Windows color (decimal): -14584532 or 2913569. OLE color: 2913569.
HSL color Cylindrical-coordinate representation of color #21752C: hue angle of 127.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21752C is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 44 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.54 |
| HSL | 127.86º | 0.56% | 0.29% | - |
| HSV(B) | 127.86º | 0.72% | 0.46% | - |
| XYZ | 7.44 | 13.23 | 4.54 | - |
| YUV | 83.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 44 | 0.72 | 0 | 0.62 | 0.54 | 127.86 | 0.56 | 0.29 |
| Hex | 21 | 75 | 2C | 48 | 0 | 3E | 36 | 80 | 38 | 1D |
| Octal | 41 | 165 | 54 | 110 | 0 | 76 | 66 | 200 | 70 | 35 |
| Binary | 100001 | 1110101 | 101100 | 1001000 | 0 | 111110 | 110110 | 10000000 | 111000 | 11101 |
Color Harmonies of #21752C
Complementary color
Monochromatic Colors of #21752C
Black with #21752C
Text Example
Text Example
White with #21752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21752C; }
p { color: rgb(33,117,44); }
H1.HeaderClassName
{
color: #21752C;
}
.AnyTagClassName
{
color: #21752C;
}
</style>
background-color css
<style>
a { background-color: #21752C; }
a { background-color: rgb(33,117,44); }
div.DivClassName
{
background-color: #21752C;
}
.BgClassName
{
background-color: #21752C;
}
</style>
border-color css
<style>
span { border-color: #21752C; }
span { border-color: rgb(33,117,44); }
td.TdClassName
{
border-color: #21752C;
}
.TagClassName
{
border-color: #21752C;
}
</style>