Shades of San Felix #1D742B
Tints of San Felix #1D742B
RGB
CMYK
RGB Variations
Color information
#1D742B (or 0x1D742B) is known color: San Felix. HEX triplet: 1D, 74 and 2B. RGB value is (29,116,43). Sum of RGB (Red+Green+Blue) = 29+116+43=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #1D742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D742B is #E28BD4. Grayscale: #515151. Windows color (decimal): -14846933 or 2847773. OLE color: 2847773.
HSL color Cylindrical-coordinate representation of color #1D742B: hue angle of 129.66º degrees, saturation: 0.6, 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 #1D742B is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 43 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.55 |
| HSL | 129.66º | 0.6% | 0.28% | - |
| HSV(B) | 129.66º | 0.75% | 0.45% | - |
| XYZ | 7.19 | 12.93 | 4.4 | - |
| YUV | 81.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 43 | 0.75 | 0 | 0.63 | 0.55 | 129.66 | 0.6 | 0.28 |
| Hex | 1D | 74 | 2B | 4B | 0 | 3F | 37 | 82 | 3C | 1C |
| Octal | 35 | 164 | 53 | 113 | 0 | 77 | 67 | 202 | 74 | 34 |
| Binary | 11101 | 1110100 | 101011 | 1001011 | 0 | 111111 | 110111 | 10000010 | 111100 | 11100 |
Color Harmonies of #1D742B
Complementary color
Monochromatic Colors of #1D742B
Black with #1D742B
Text Example
Text Example
White with #1D742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D742B; }
p { color: rgb(29,116,43); }
H1.HeaderClassName
{
color: #1D742B;
}
.AnyTagClassName
{
color: #1D742B;
}
</style>
background-color css
<style>
a { background-color: #1D742B; }
a { background-color: rgb(29,116,43); }
div.DivClassName
{
background-color: #1D742B;
}
.BgClassName
{
background-color: #1D742B;
}
</style>
border-color css
<style>
span { border-color: #1D742B; }
span { border-color: rgb(29,116,43); }
td.TdClassName
{
border-color: #1D742B;
}
.TagClassName
{
border-color: #1D742B;
}
</style>