Shades of San Felix #21722F
Tints of San Felix #21722F
RGB
CMYK
RGB Variations
Color information
#21722F (or 0x21722F) is known color: San Felix. HEX triplet: 21, 72 and 2F. RGB value is (33,114,47). Sum of RGB (Red+Green+Blue) = 33+114+47=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #21722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21722F is #DE8DD0. Grayscale: #525252. Windows color (decimal): -14585297 or 3109409. OLE color: 3109409.
HSL color Cylindrical-coordinate representation of color #21722F: hue angle of 130.37º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21722F is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 47 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.55 |
| HSL | 130.37º | 0.55% | 0.29% | - |
| HSV(B) | 130.37º | 0.71% | 0.45% | - |
| XYZ | 7.16 | 12.56 | 4.74 | - |
| YUV | 82.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 47 | 0.71 | 0 | 0.59 | 0.55 | 130.37 | 0.55 | 0.29 |
| Hex | 21 | 72 | 2F | 47 | 0 | 3B | 37 | 82 | 37 | 1D |
| Octal | 41 | 162 | 57 | 107 | 0 | 73 | 67 | 202 | 67 | 35 |
| Binary | 100001 | 1110010 | 101111 | 1000111 | 0 | 111011 | 110111 | 10000010 | 110111 | 11101 |
Color Harmonies of #21722F
Complementary color
Monochromatic Colors of #21722F
Black with #21722F
Text Example
Text Example
White with #21722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21722F; }
p { color: rgb(33,114,47); }
H1.HeaderClassName
{
color: #21722F;
}
.AnyTagClassName
{
color: #21722F;
}
</style>
background-color css
<style>
a { background-color: #21722F; }
a { background-color: rgb(33,114,47); }
div.DivClassName
{
background-color: #21722F;
}
.BgClassName
{
background-color: #21722F;
}
</style>
border-color css
<style>
span { border-color: #21722F; }
span { border-color: rgb(33,114,47); }
td.TdClassName
{
border-color: #21722F;
}
.TagClassName
{
border-color: #21722F;
}
</style>