Shades of San Felix #21721E
Tints of San Felix #21721E
RGB
CMYK
RGB Variations
Color information
#21721E (or 0x21721E) is known color: San Felix. HEX triplet: 21, 72 and 1E. RGB value is (33,114,30). Sum of RGB (Red+Green+Blue) = 33+114+30=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #21721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21721E is #DE8DE1. Grayscale: #505050. Windows color (decimal): -14585314 or 1995297. OLE color: 1995297.
HSL color Cylindrical-coordinate representation of color #21721E: hue angle of 117.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21721E is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 30 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.55 |
| HSL | 117.86º | 0.58% | 0.28% | - |
| HSV(B) | 117.86º | 0.74% | 0.45% | - |
| XYZ | 6.88 | 12.45 | 3.27 | - |
| YUV | 80.21 | 99.66 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 30 | 0.71 | 0 | 0.74 | 0.55 | 117.86 | 0.58 | 0.28 |
| Hex | 21 | 72 | 1E | 47 | 0 | 4A | 37 | 76 | 3A | 1C |
| Octal | 41 | 162 | 36 | 107 | 0 | 112 | 67 | 166 | 72 | 34 |
| Binary | 100001 | 1110010 | 11110 | 1000111 | 0 | 1001010 | 110111 | 1110110 | 111010 | 11100 |
Color Harmonies of #21721E
Complementary color
Monochromatic Colors of #21721E
Black with #21721E
Text Example
Text Example
White with #21721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21721E; }
p { color: rgb(33,114,30); }
H1.HeaderClassName
{
color: #21721E;
}
.AnyTagClassName
{
color: #21721E;
}
</style>
background-color css
<style>
a { background-color: #21721E; }
a { background-color: rgb(33,114,30); }
div.DivClassName
{
background-color: #21721E;
}
.BgClassName
{
background-color: #21721E;
}
</style>
border-color css
<style>
span { border-color: #21721E; }
span { border-color: rgb(33,114,30); }
td.TdClassName
{
border-color: #21721E;
}
.TagClassName
{
border-color: #21721E;
}
</style>