Shades of San Felix #21652C
Tints of San Felix #21652C
RGB
CMYK
RGB Variations
Color information
#21652C (or 0x21652C) is known color: San Felix. HEX triplet: 21, 65 and 2C. RGB value is (33,101,44). Sum of RGB (Red+Green+Blue) = 33+101+44=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 101 (39.84% from 255 or 56.74% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 101 - color contains mainly: green. Hex color #21652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21652C is #DE9AD3. Grayscale: #4A4A4A. Windows color (decimal): -14588628 or 2909473. OLE color: 2909473.
HSL color Cylindrical-coordinate representation of color #21652C: hue angle of 129.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21652C is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 44 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.60 |
| HSL | 129.71º | 0.51% | 0.26% | - |
| HSV(B) | 129.71º | 0.67% | 0.4% | - |
| XYZ | 5.74 | 9.81 | 3.97 | - |
| YUV | 74.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 44 | 0.67 | 0 | 0.56 | 0.60 | 129.71 | 0.51 | 0.26 |
| Hex | 21 | 65 | 2C | 43 | 0 | 38 | 3C | 82 | 33 | 1A |
| Octal | 41 | 145 | 54 | 103 | 0 | 70 | 74 | 202 | 63 | 32 |
| Binary | 100001 | 1100101 | 101100 | 1000011 | 0 | 111000 | 111100 | 10000010 | 110011 | 11010 |
Color Harmonies of #21652C
Complementary color
Monochromatic Colors of #21652C
Black with #21652C
Text Example
Text Example
White with #21652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21652C; }
p { color: rgb(33,101,44); }
H1.HeaderClassName
{
color: #21652C;
}
.AnyTagClassName
{
color: #21652C;
}
</style>
background-color css
<style>
a { background-color: #21652C; }
a { background-color: rgb(33,101,44); }
div.DivClassName
{
background-color: #21652C;
}
.BgClassName
{
background-color: #21652C;
}
</style>
border-color css
<style>
span { border-color: #21652C; }
span { border-color: rgb(33,101,44); }
td.TdClassName
{
border-color: #21652C;
}
.TagClassName
{
border-color: #21652C;
}
</style>