Shades of San Felix #1D721F
Tints of San Felix #1D721F
RGB
CMYK
RGB Variations
Color information
#1D721F (or 0x1D721F) is known color: San Felix. HEX triplet: 1D, 72 and 1F. RGB value is (29,114,31). Sum of RGB (Red+Green+Blue) = 29+114+31=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #1D721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D721F is #E28DE0. Grayscale: #4F4F4F. Windows color (decimal): -14847457 or 2060829. OLE color: 2060829.
HSL color Cylindrical-coordinate representation of color #1D721F: hue angle of 121.41º degrees, saturation: 0.59, 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 #1D721F is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 114 | 31 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.55 |
| HSL | 121.41º | 0.59% | 0.28% | - |
| HSV(B) | 121.41º | 0.75% | 0.45% | - |
| XYZ | 6.77 | 12.39 | 3.33 | - |
| YUV | 79.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 31 | 0.75 | 0 | 0.73 | 0.55 | 121.41 | 0.59 | 0.28 |
| Hex | 1D | 72 | 1F | 4B | 0 | 49 | 37 | 79 | 3B | 1C |
| Octal | 35 | 162 | 37 | 113 | 0 | 111 | 67 | 171 | 73 | 34 |
| Binary | 11101 | 1110010 | 11111 | 1001011 | 0 | 1001001 | 110111 | 1111001 | 111011 | 11100 |
Color Harmonies of #1D721F
Complementary color
Monochromatic Colors of #1D721F
Black with #1D721F
Text Example
Text Example
White with #1D721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D721F; }
p { color: rgb(29,114,31); }
H1.HeaderClassName
{
color: #1D721F;
}
.AnyTagClassName
{
color: #1D721F;
}
</style>
background-color css
<style>
a { background-color: #1D721F; }
a { background-color: rgb(29,114,31); }
div.DivClassName
{
background-color: #1D721F;
}
.BgClassName
{
background-color: #1D721F;
}
</style>
border-color css
<style>
span { border-color: #1D721F; }
span { border-color: rgb(29,114,31); }
td.TdClassName
{
border-color: #1D721F;
}
.TagClassName
{
border-color: #1D721F;
}
</style>