Shades of San Felix #21701C
Tints of San Felix #21701C
RGB
CMYK
RGB Variations
Color information
#21701C (or 0x21701C) is known color: San Felix. HEX triplet: 21, 70 and 1C. RGB value is (33,112,28). Sum of RGB (Red+Green+Blue) = 33+112+28=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #21701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21701C is #DE8FE3. Grayscale: #4F4F4F. Windows color (decimal): -14585828 or 1863713. OLE color: 1863713.
HSL color Cylindrical-coordinate representation of color #21701C: hue angle of 116.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21701C is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 28 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.56 |
| HSL | 116.43º | 0.6% | 0.27% | - |
| HSV(B) | 116.43º | 0.75% | 0.44% | - |
| XYZ | 6.63 | 12 | 3.06 | - |
| YUV | 78.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 28 | 0.71 | 0 | 0.75 | 0.56 | 116.43 | 0.6 | 0.27 |
| Hex | 21 | 70 | 1C | 47 | 0 | 4B | 38 | 74 | 3C | 1B |
| Octal | 41 | 160 | 34 | 107 | 0 | 113 | 70 | 164 | 74 | 33 |
| Binary | 100001 | 1110000 | 11100 | 1000111 | 0 | 1001011 | 111000 | 1110100 | 111100 | 11011 |
Color Harmonies of #21701C
Complementary color
Monochromatic Colors of #21701C
Black with #21701C
Text Example
Text Example
White with #21701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21701C; }
p { color: rgb(33,112,28); }
H1.HeaderClassName
{
color: #21701C;
}
.AnyTagClassName
{
color: #21701C;
}
</style>
background-color css
<style>
a { background-color: #21701C; }
a { background-color: rgb(33,112,28); }
div.DivClassName
{
background-color: #21701C;
}
.BgClassName
{
background-color: #21701C;
}
</style>
border-color css
<style>
span { border-color: #21701C; }
span { border-color: rgb(33,112,28); }
td.TdClassName
{
border-color: #21701C;
}
.TagClassName
{
border-color: #21701C;
}
</style>