Shades of San Felix #1D6E2A
Tints of San Felix #1D6E2A
RGB
CMYK
RGB Variations
Color information
#1D6E2A (or 0x1D6E2A) is known color: San Felix. HEX triplet: 1D, 6E and 2A. RGB value is (29,110,42). Sum of RGB (Red+Green+Blue) = 29+110+42=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 110 (43.36% from 255 or 60.77% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 110 - color contains mainly: green. Hex color #1D6E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6E2A is #E291D5. Grayscale: #4E4E4E. Windows color (decimal): -14848470 or 2780701. OLE color: 2780701.
HSL color Cylindrical-coordinate representation of color #1D6E2A: hue angle of 129.63º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6E2A is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 110 | 42 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.57 |
| HSL | 129.63º | 0.58% | 0.27% | - |
| HSV(B) | 129.63º | 0.74% | 0.43% | - |
| XYZ | 6.5 | 11.58 | 4.08 | - |
| YUV | 78.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 42 | 0.74 | 0 | 0.62 | 0.57 | 129.63 | 0.58 | 0.27 |
| Hex | 1D | 6E | 2A | 4A | 0 | 3E | 39 | 82 | 3A | 1B |
| Octal | 35 | 156 | 52 | 112 | 0 | 76 | 71 | 202 | 72 | 33 |
| Binary | 11101 | 1101110 | 101010 | 1001010 | 0 | 111110 | 111001 | 10000010 | 111010 | 11011 |
Color Harmonies of #1D6E2A
Complementary color
Monochromatic Colors of #1D6E2A
Black with #1D6E2A
Text Example
Text Example
White with #1D6E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6E2A; }
p { color: rgb(29,110,42); }
H1.HeaderClassName
{
color: #1D6E2A;
}
.AnyTagClassName
{
color: #1D6E2A;
}
</style>
background-color css
<style>
a { background-color: #1D6E2A; }
a { background-color: rgb(29,110,42); }
div.DivClassName
{
background-color: #1D6E2A;
}
.BgClassName
{
background-color: #1D6E2A;
}
</style>
border-color css
<style>
span { border-color: #1D6E2A; }
span { border-color: rgb(29,110,42); }
td.TdClassName
{
border-color: #1D6E2A;
}
.TagClassName
{
border-color: #1D6E2A;
}
</style>