Shades of San Felix #21772D
Tints of San Felix #21772D
RGB
CMYK
RGB Variations
Color information
#21772D (or 0x21772D) is known color: San Felix. HEX triplet: 21, 77 and 2D. RGB value is (33,119,45). Sum of RGB (Red+Green+Blue) = 33+119+45=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #21772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21772D is #DE88D2. Grayscale: #555555. Windows color (decimal): -14584019 or 2979617. OLE color: 2979617.
HSL color Cylindrical-coordinate representation of color #21772D: hue angle of 128.37º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21772D is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 45 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.53 |
| HSL | 128.37º | 0.57% | 0.3% | - |
| HSV(B) | 128.37º | 0.72% | 0.47% | - |
| XYZ | 7.7 | 13.71 | 4.72 | - |
| YUV | 84.85 | 105.51 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 45 | 0.72 | 0 | 0.62 | 0.53 | 128.37 | 0.57 | 0.3 |
| Hex | 21 | 77 | 2D | 48 | 0 | 3E | 35 | 80 | 39 | 1E |
| Octal | 41 | 167 | 55 | 110 | 0 | 76 | 65 | 200 | 71 | 36 |
| Binary | 100001 | 1110111 | 101101 | 1001000 | 0 | 111110 | 110101 | 10000000 | 111001 | 11110 |
Color Harmonies of #21772D
Complementary color
Monochromatic Colors of #21772D
Black with #21772D
Text Example
Text Example
White with #21772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21772D; }
p { color: rgb(33,119,45); }
H1.HeaderClassName
{
color: #21772D;
}
.AnyTagClassName
{
color: #21772D;
}
</style>
background-color css
<style>
a { background-color: #21772D; }
a { background-color: rgb(33,119,45); }
div.DivClassName
{
background-color: #21772D;
}
.BgClassName
{
background-color: #21772D;
}
</style>
border-color css
<style>
span { border-color: #21772D; }
span { border-color: rgb(33,119,45); }
td.TdClassName
{
border-color: #21772D;
}
.TagClassName
{
border-color: #21772D;
}
</style>