Shades of San Felix #21702F
Tints of San Felix #21702F
RGB
CMYK
RGB Variations
Color information
#21702F (or 0x21702F) is known color: San Felix. HEX triplet: 21, 70 and 2F. RGB value is (33,112,47). Sum of RGB (Red+Green+Blue) = 33+112+47=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #21702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21702F is #DE8FD0. Grayscale: #515151. Windows color (decimal): -14585809 or 3108897. OLE color: 3108897.
HSL color Cylindrical-coordinate representation of color #21702F: hue angle of 130.63º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21702F is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 47 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.56 |
| HSL | 130.63º | 0.54% | 0.28% | - |
| HSV(B) | 130.63º | 0.71% | 0.44% | - |
| XYZ | 6.93 | 12.12 | 4.66 | - |
| YUV | 80.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 47 | 0.71 | 0 | 0.58 | 0.56 | 130.63 | 0.54 | 0.28 |
| Hex | 21 | 70 | 2F | 47 | 0 | 3A | 38 | 83 | 36 | 1C |
| Octal | 41 | 160 | 57 | 107 | 0 | 72 | 70 | 203 | 66 | 34 |
| Binary | 100001 | 1110000 | 101111 | 1000111 | 0 | 111010 | 111000 | 10000011 | 110110 | 11100 |
Color Harmonies of #21702F
Complementary color
Monochromatic Colors of #21702F
Black with #21702F
Text Example
Text Example
White with #21702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21702F; }
p { color: rgb(33,112,47); }
H1.HeaderClassName
{
color: #21702F;
}
.AnyTagClassName
{
color: #21702F;
}
</style>
background-color css
<style>
a { background-color: #21702F; }
a { background-color: rgb(33,112,47); }
div.DivClassName
{
background-color: #21702F;
}
.BgClassName
{
background-color: #21702F;
}
</style>
border-color css
<style>
span { border-color: #21702F; }
span { border-color: rgb(33,112,47); }
td.TdClassName
{
border-color: #21702F;
}
.TagClassName
{
border-color: #21702F;
}
</style>