Shades of San Felix #21731E
Tints of San Felix #21731E
RGB
CMYK
RGB Variations
Color information
#21731E (or 0x21731E) is known color: San Felix. HEX triplet: 21, 73 and 1E. RGB value is (33,115,30). Sum of RGB (Red+Green+Blue) = 33+115+30=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #21731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21731E is #DE8CE1. Grayscale: #515151. Windows color (decimal): -14585058 or 1995553. OLE color: 1995553.
HSL color Cylindrical-coordinate representation of color #21731E: hue angle of 117.88º degrees, saturation: 0.59, 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 #21731E is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 30 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.55 |
| HSL | 117.88º | 0.59% | 0.28% | - |
| HSV(B) | 117.88º | 0.74% | 0.45% | - |
| XYZ | 6.99 | 12.68 | 3.31 | - |
| YUV | 80.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 30 | 0.71 | 0 | 0.74 | 0.55 | 117.88 | 0.59 | 0.28 |
| Hex | 21 | 73 | 1E | 47 | 0 | 4A | 37 | 76 | 3B | 1C |
| Octal | 41 | 163 | 36 | 107 | 0 | 112 | 67 | 166 | 73 | 34 |
| Binary | 100001 | 1110011 | 11110 | 1000111 | 0 | 1001010 | 110111 | 1110110 | 111011 | 11100 |
Color Harmonies of #21731E
Complementary color
Monochromatic Colors of #21731E
Black with #21731E
Text Example
Text Example
White with #21731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21731E; }
p { color: rgb(33,115,30); }
H1.HeaderClassName
{
color: #21731E;
}
.AnyTagClassName
{
color: #21731E;
}
</style>
background-color css
<style>
a { background-color: #21731E; }
a { background-color: rgb(33,115,30); }
div.DivClassName
{
background-color: #21731E;
}
.BgClassName
{
background-color: #21731E;
}
</style>
border-color css
<style>
span { border-color: #21731E; }
span { border-color: rgb(33,115,30); }
td.TdClassName
{
border-color: #21731E;
}
.TagClassName
{
border-color: #21731E;
}
</style>