Shades of San Felix #21671E
Tints of San Felix #21671E
RGB
CMYK
RGB Variations
Color information
#21671E (or 0x21671E) is known color: San Felix. HEX triplet: 21, 67 and 1E. RGB value is (33,103,30). Sum of RGB (Red+Green+Blue) = 33+103+30=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #21671E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21671E is #DE98E1. Grayscale: #494949. Windows color (decimal): -14588130 or 1992481. OLE color: 1992481.
HSL color Cylindrical-coordinate representation of color #21671E: hue angle of 117.53º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21671E is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 103 | 30 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.60 |
| HSL | 117.53º | 0.55% | 0.26% | - |
| HSV(B) | 117.53º | 0.71% | 0.4% | - |
| XYZ | 5.71 | 10.12 | 2.88 | - |
| YUV | 73.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 30 | 0.68 | 0 | 0.71 | 0.60 | 117.53 | 0.55 | 0.26 |
| Hex | 21 | 67 | 1E | 44 | 0 | 47 | 3C | 76 | 37 | 1A |
| Octal | 41 | 147 | 36 | 104 | 0 | 107 | 74 | 166 | 67 | 32 |
| Binary | 100001 | 1100111 | 11110 | 1000100 | 0 | 1000111 | 111100 | 1110110 | 110111 | 11010 |
Color Harmonies of #21671E
Complementary color
Monochromatic Colors of #21671E
Black with #21671E
Text Example
Text Example
White with #21671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21671E; }
p { color: rgb(33,103,30); }
H1.HeaderClassName
{
color: #21671E;
}
.AnyTagClassName
{
color: #21671E;
}
</style>
background-color css
<style>
a { background-color: #21671E; }
a { background-color: rgb(33,103,30); }
div.DivClassName
{
background-color: #21671E;
}
.BgClassName
{
background-color: #21671E;
}
</style>
border-color css
<style>
span { border-color: #21671E; }
span { border-color: rgb(33,103,30); }
td.TdClassName
{
border-color: #21671E;
}
.TagClassName
{
border-color: #21671E;
}
</style>