Shades of San Felix #21762C
Tints of San Felix #21762C
RGB
CMYK
RGB Variations
Color information
#21762C (or 0x21762C) is known color: San Felix. HEX triplet: 21, 76 and 2C. RGB value is (33,118,44). Sum of RGB (Red+Green+Blue) = 33+118+44=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #21762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21762C is #DE89D3. Grayscale: #545454. Windows color (decimal): -14584276 or 2913825. OLE color: 2913825.
HSL color Cylindrical-coordinate representation of color #21762C: hue angle of 127.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21762C is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 44 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.54 |
| HSL | 127.76º | 0.56% | 0.3% | - |
| HSV(B) | 127.76º | 0.72% | 0.46% | - |
| XYZ | 7.56 | 13.46 | 4.58 | - |
| YUV | 84.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 44 | 0.72 | 0 | 0.63 | 0.54 | 127.76 | 0.56 | 0.3 |
| Hex | 21 | 76 | 2C | 48 | 0 | 3F | 36 | 80 | 38 | 1E |
| Octal | 41 | 166 | 54 | 110 | 0 | 77 | 66 | 200 | 70 | 36 |
| Binary | 100001 | 1110110 | 101100 | 1001000 | 0 | 111111 | 110110 | 10000000 | 111000 | 11110 |
Color Harmonies of #21762C
Complementary color
Monochromatic Colors of #21762C
Black with #21762C
Text Example
Text Example
White with #21762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21762C; }
p { color: rgb(33,118,44); }
H1.HeaderClassName
{
color: #21762C;
}
.AnyTagClassName
{
color: #21762C;
}
</style>
background-color css
<style>
a { background-color: #21762C; }
a { background-color: rgb(33,118,44); }
div.DivClassName
{
background-color: #21762C;
}
.BgClassName
{
background-color: #21762C;
}
</style>
border-color css
<style>
span { border-color: #21762C; }
span { border-color: rgb(33,118,44); }
td.TdClassName
{
border-color: #21762C;
}
.TagClassName
{
border-color: #21762C;
}
</style>