Shades of Palm Green #1D412C
Tints of Palm Green #1D412C
RGB
CMYK
RGB Variations
Color information
#1D412C (or 0x1D412C) is known color: Palm Green. HEX triplet: 1D, 41 and 2C. RGB value is (29,65,44). Sum of RGB (Red+Green+Blue) = 29+65+44=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #1D412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D412C is #E2BED3. Grayscale: #333333. Windows color (decimal): -14859988 or 2900253. OLE color: 2900253.
HSL color Cylindrical-coordinate representation of color #1D412C: hue angle of 145º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D412C is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 44 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.75 |
| HSL | 145º | 0.38% | 0.18% | - |
| HSV(B) | 145º | 0.55% | 0.25% | - |
| XYZ | 2.85 | 4.22 | 3.05 | - |
| YUV | 51.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 44 | 0.55 | 0 | 0.32 | 0.75 | 145 | 0.38 | 0.18 |
| Hex | 1D | 41 | 2C | 37 | 0 | 20 | 4B | 91 | 26 | 12 |
| Octal | 35 | 101 | 54 | 67 | 0 | 40 | 113 | 221 | 46 | 22 |
| Binary | 11101 | 1000001 | 101100 | 110111 | 0 | 100000 | 1001011 | 10010001 | 100110 | 10010 |
Color Harmonies of #1D412C
Complementary color
Monochromatic Colors of #1D412C
Black with #1D412C
Text Example
Text Example
White with #1D412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D412C; }
p { color: rgb(29,65,44); }
H1.HeaderClassName
{
color: #1D412C;
}
.AnyTagClassName
{
color: #1D412C;
}
</style>
background-color css
<style>
a { background-color: #1D412C; }
a { background-color: rgb(29,65,44); }
div.DivClassName
{
background-color: #1D412C;
}
.BgClassName
{
background-color: #1D412C;
}
</style>
border-color css
<style>
span { border-color: #1D412C; }
span { border-color: rgb(29,65,44); }
td.TdClassName
{
border-color: #1D412C;
}
.TagClassName
{
border-color: #1D412C;
}
</style>