Shades of San Felix #21682C
Tints of San Felix #21682C
RGB
CMYK
RGB Variations
Color information
#21682C (or 0x21682C) is known color: San Felix. HEX triplet: 21, 68 and 2C. RGB value is (33,104,44). Sum of RGB (Red+Green+Blue) = 33+104+44=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #21682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21682C is #DE97D3. Grayscale: #4C4C4C. Windows color (decimal): -14587860 or 2910241. OLE color: 2910241.
HSL color Cylindrical-coordinate representation of color #21682C: hue angle of 129.3º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21682C is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 104 | 44 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.59 |
| HSL | 129.3º | 0.52% | 0.27% | - |
| HSV(B) | 129.3º | 0.68% | 0.41% | - |
| XYZ | 6.03 | 10.41 | 4.07 | - |
| YUV | 75.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 44 | 0.68 | 0 | 0.58 | 0.59 | 129.3 | 0.52 | 0.27 |
| Hex | 21 | 68 | 2C | 44 | 0 | 3A | 3B | 81 | 34 | 1B |
| Octal | 41 | 150 | 54 | 104 | 0 | 72 | 73 | 201 | 64 | 33 |
| Binary | 100001 | 1101000 | 101100 | 1000100 | 0 | 111010 | 111011 | 10000001 | 110100 | 11011 |
Color Harmonies of #21682C
Complementary color
Monochromatic Colors of #21682C
Black with #21682C
Text Example
Text Example
White with #21682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21682C; }
p { color: rgb(33,104,44); }
H1.HeaderClassName
{
color: #21682C;
}
.AnyTagClassName
{
color: #21682C;
}
</style>
background-color css
<style>
a { background-color: #21682C; }
a { background-color: rgb(33,104,44); }
div.DivClassName
{
background-color: #21682C;
}
.BgClassName
{
background-color: #21682C;
}
</style>
border-color css
<style>
span { border-color: #21682C; }
span { border-color: rgb(33,104,44); }
td.TdClassName
{
border-color: #21682C;
}
.TagClassName
{
border-color: #21682C;
}
</style>