Shades of Palm Green #1D402C
Tints of Palm Green #1D402C
RGB
CMYK
RGB Variations
Color information
#1D402C (or 0x1D402C) is known color: Palm Green. HEX triplet: 1D, 40 and 2C. RGB value is (29,64,44). Sum of RGB (Red+Green+Blue) = 29+64+44=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #1D402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D402C is #E2BFD3. Grayscale: #333333. Windows color (decimal): -14860244 or 2899997. OLE color: 2899997.
HSL color Cylindrical-coordinate representation of color #1D402C: hue angle of 145.71º 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 #1D402C is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 64 | 44 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.75 |
| HSL | 145.71º | 0.38% | 0.18% | - |
| HSV(B) | 145.71º | 0.55% | 0.25% | - |
| XYZ | 2.79 | 4.11 | 3.03 | - |
| YUV | 51.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 44 | 0.55 | 0 | 0.31 | 0.75 | 145.71 | 0.38 | 0.18 |
| Hex | 1D | 40 | 2C | 37 | 0 | 1F | 4B | 92 | 26 | 12 |
| Octal | 35 | 100 | 54 | 67 | 0 | 37 | 113 | 222 | 46 | 22 |
| Binary | 11101 | 1000000 | 101100 | 110111 | 0 | 11111 | 1001011 | 10010010 | 100110 | 10010 |
Color Harmonies of #1D402C
Complementary color
Monochromatic Colors of #1D402C
Black with #1D402C
Text Example
Text Example
White with #1D402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D402C; }
p { color: rgb(29,64,44); }
H1.HeaderClassName
{
color: #1D402C;
}
.AnyTagClassName
{
color: #1D402C;
}
</style>
background-color css
<style>
a { background-color: #1D402C; }
a { background-color: rgb(29,64,44); }
div.DivClassName
{
background-color: #1D402C;
}
.BgClassName
{
background-color: #1D402C;
}
</style>
border-color css
<style>
span { border-color: #1D402C; }
span { border-color: rgb(29,64,44); }
td.TdClassName
{
border-color: #1D402C;
}
.TagClassName
{
border-color: #1D402C;
}
</style>