Shades of San Felix #21762D
Tints of San Felix #21762D
RGB
CMYK
RGB Variations
Color information
#21762D (or 0x21762D) is known color: San Felix. HEX triplet: 21, 76 and 2D. RGB value is (33,118,45). Sum of RGB (Red+Green+Blue) = 33+118+45=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #21762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21762D is #DE89D2. Grayscale: #545454. Windows color (decimal): -14584275 or 2979361. OLE color: 2979361.
HSL color Cylindrical-coordinate representation of color #21762D: hue angle of 128.47º 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 #21762D is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 45 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.54 |
| HSL | 128.47º | 0.56% | 0.3% | - |
| HSV(B) | 128.47º | 0.72% | 0.46% | - |
| XYZ | 7.58 | 13.47 | 4.68 | - |
| YUV | 84.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 45 | 0.72 | 0 | 0.62 | 0.54 | 128.47 | 0.56 | 0.3 |
| Hex | 21 | 76 | 2D | 48 | 0 | 3E | 36 | 80 | 38 | 1E |
| Octal | 41 | 166 | 55 | 110 | 0 | 76 | 66 | 200 | 70 | 36 |
| Binary | 100001 | 1110110 | 101101 | 1001000 | 0 | 111110 | 110110 | 10000000 | 111000 | 11110 |
Color Harmonies of #21762D
Complementary color
Monochromatic Colors of #21762D
Black with #21762D
Text Example
Text Example
White with #21762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21762D; }
p { color: rgb(33,118,45); }
H1.HeaderClassName
{
color: #21762D;
}
.AnyTagClassName
{
color: #21762D;
}
</style>
background-color css
<style>
a { background-color: #21762D; }
a { background-color: rgb(33,118,45); }
div.DivClassName
{
background-color: #21762D;
}
.BgClassName
{
background-color: #21762D;
}
</style>
border-color css
<style>
span { border-color: #21762D; }
span { border-color: rgb(33,118,45); }
td.TdClassName
{
border-color: #21762D;
}
.TagClassName
{
border-color: #21762D;
}
</style>