Shades of San Felix #21652B
Tints of San Felix #21652B
RGB
CMYK
RGB Variations
Color information
#21652B (or 0x21652B) is known color: San Felix. HEX triplet: 21, 65 and 2B. RGB value is (33,101,43). Sum of RGB (Red+Green+Blue) = 33+101+43=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #21652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21652B is #DE9AD4. Grayscale: #4A4A4A. Windows color (decimal): -14588629 or 2843937. OLE color: 2843937.
HSL color Cylindrical-coordinate representation of color #21652B: hue angle of 128.82º 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 #21652B is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 43 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.60 |
| HSL | 128.82º | 0.51% | 0.26% | - |
| HSV(B) | 128.82º | 0.67% | 0.4% | - |
| XYZ | 5.72 | 9.81 | 3.88 | - |
| YUV | 74.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 43 | 0.67 | 0 | 0.57 | 0.60 | 128.82 | 0.51 | 0.26 |
| Hex | 21 | 65 | 2B | 43 | 0 | 39 | 3C | 81 | 33 | 1A |
| Octal | 41 | 145 | 53 | 103 | 0 | 71 | 74 | 201 | 63 | 32 |
| Binary | 100001 | 1100101 | 101011 | 1000011 | 0 | 111001 | 111100 | 10000001 | 110011 | 11010 |
Color Harmonies of #21652B
Complementary color
Monochromatic Colors of #21652B
Black with #21652B
Text Example
Text Example
White with #21652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21652B; }
p { color: rgb(33,101,43); }
H1.HeaderClassName
{
color: #21652B;
}
.AnyTagClassName
{
color: #21652B;
}
</style>
background-color css
<style>
a { background-color: #21652B; }
a { background-color: rgb(33,101,43); }
div.DivClassName
{
background-color: #21652B;
}
.BgClassName
{
background-color: #21652B;
}
</style>
border-color css
<style>
span { border-color: #21652B; }
span { border-color: rgb(33,101,43); }
td.TdClassName
{
border-color: #21652B;
}
.TagClassName
{
border-color: #21652B;
}
</style>