Shades of San Felix #21762A
Tints of San Felix #21762A
RGB
CMYK
RGB Variations
Color information
#21762A (or 0x21762A) is known color: San Felix. HEX triplet: 21, 76 and 2A. RGB value is (33,118,42). Sum of RGB (Red+Green+Blue) = 33+118+42=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #21762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21762A is #DE89D5. Grayscale: #545454. Windows color (decimal): -14584278 or 2782753. OLE color: 2782753.
HSL color Cylindrical-coordinate representation of color #21762A: hue angle of 126.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21762A is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 42 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.54 |
| HSL | 126.35º | 0.56% | 0.3% | - |
| HSV(B) | 126.35º | 0.72% | 0.46% | - |
| XYZ | 7.52 | 13.45 | 4.39 | - |
| YUV | 83.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 42 | 0.72 | 0 | 0.64 | 0.54 | 126.35 | 0.56 | 0.3 |
| Hex | 21 | 76 | 2A | 48 | 0 | 40 | 36 | 7E | 38 | 1E |
| Octal | 41 | 166 | 52 | 110 | 0 | 100 | 66 | 176 | 70 | 36 |
| Binary | 100001 | 1110110 | 101010 | 1001000 | 0 | 1000000 | 110110 | 1111110 | 111000 | 11110 |
Color Harmonies of #21762A
Complementary color
Monochromatic Colors of #21762A
Black with #21762A
Text Example
Text Example
White with #21762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21762A; }
p { color: rgb(33,118,42); }
H1.HeaderClassName
{
color: #21762A;
}
.AnyTagClassName
{
color: #21762A;
}
</style>
background-color css
<style>
a { background-color: #21762A; }
a { background-color: rgb(33,118,42); }
div.DivClassName
{
background-color: #21762A;
}
.BgClassName
{
background-color: #21762A;
}
</style>
border-color css
<style>
span { border-color: #21762A; }
span { border-color: rgb(33,118,42); }
td.TdClassName
{
border-color: #21762A;
}
.TagClassName
{
border-color: #21762A;
}
</style>