Shades of San Felix #1C721F
Tints of San Felix #1C721F
RGB
CMYK
RGB Variations
Color information
#1C721F (or 0x1C721F) is known color: San Felix. HEX triplet: 1C, 72 and 1F. RGB value is (28,114,31). Sum of RGB (Red+Green+Blue) = 28+114+31=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 114 (44.92% from 255 or 65.90% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 114 - color contains mainly: green. Hex color #1C721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C721F is #E38DE0. Grayscale: #4F4F4F. Windows color (decimal): -14912993 or 2060828. OLE color: 2060828.
HSL color Cylindrical-coordinate representation of color #1C721F: hue angle of 122.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C721F is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 31 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.55 |
| HSL | 122.09º | 0.61% | 0.28% | - |
| HSV(B) | 122.09º | 0.75% | 0.45% | - |
| XYZ | 6.74 | 12.38 | 3.33 | - |
| YUV | 78.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 31 | 0.75 | 0 | 0.73 | 0.55 | 122.09 | 0.61 | 0.28 |
| Hex | 1C | 72 | 1F | 4B | 0 | 49 | 37 | 7A | 3D | 1C |
| Octal | 34 | 162 | 37 | 113 | 0 | 111 | 67 | 172 | 75 | 34 |
| Binary | 11100 | 1110010 | 11111 | 1001011 | 0 | 1001001 | 110111 | 1111010 | 111101 | 11100 |
Color Harmonies of #1C721F
Complementary color
Monochromatic Colors of #1C721F
Black with #1C721F
Text Example
Text Example
White with #1C721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C721F; }
p { color: rgb(28,114,31); }
H1.HeaderClassName
{
color: #1C721F;
}
.AnyTagClassName
{
color: #1C721F;
}
</style>
background-color css
<style>
a { background-color: #1C721F; }
a { background-color: rgb(28,114,31); }
div.DivClassName
{
background-color: #1C721F;
}
.BgClassName
{
background-color: #1C721F;
}
</style>
border-color css
<style>
span { border-color: #1C721F; }
span { border-color: rgb(28,114,31); }
td.TdClassName
{
border-color: #1C721F;
}
.TagClassName
{
border-color: #1C721F;
}
</style>