Shades of Palm Green #1D3C2B
Tints of Palm Green #1D3C2B
RGB
CMYK
RGB Variations
Color information
#1D3C2B (or 0x1D3C2B) is known color: Palm Green. HEX triplet: 1D, 3C and 2B. RGB value is (29,60,43). Sum of RGB (Red+Green+Blue) = 29+60+43=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #1D3C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3C2B is #E2C3D4. Grayscale: #303030. Windows color (decimal): -14861269 or 2833437. OLE color: 2833437.
HSL color Cylindrical-coordinate representation of color #1D3C2B: hue angle of 147.1º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3C2B is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 60 | 43 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.76 |
| HSL | 147.1º | 0.35% | 0.17% | - |
| HSV(B) | 147.1º | 0.52% | 0.24% | - |
| XYZ | 2.56 | 3.67 | 2.86 | - |
| YUV | 48.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 43 | 0.52 | 0 | 0.28 | 0.76 | 147.1 | 0.35 | 0.17 |
| Hex | 1D | 3C | 2B | 34 | 0 | 1C | 4C | 93 | 23 | 11 |
| Octal | 35 | 74 | 53 | 64 | 0 | 34 | 114 | 223 | 43 | 21 |
| Binary | 11101 | 111100 | 101011 | 110100 | 0 | 11100 | 1001100 | 10010011 | 100011 | 10001 |
Color Harmonies of #1D3C2B
Complementary color
Monochromatic Colors of #1D3C2B
Black with #1D3C2B
Text Example
Text Example
White with #1D3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C2B; }
p { color: rgb(29,60,43); }
H1.HeaderClassName
{
color: #1D3C2B;
}
.AnyTagClassName
{
color: #1D3C2B;
}
</style>
background-color css
<style>
a { background-color: #1D3C2B; }
a { background-color: rgb(29,60,43); }
div.DivClassName
{
background-color: #1D3C2B;
}
.BgClassName
{
background-color: #1D3C2B;
}
</style>
border-color css
<style>
span { border-color: #1D3C2B; }
span { border-color: rgb(29,60,43); }
td.TdClassName
{
border-color: #1D3C2B;
}
.TagClassName
{
border-color: #1D3C2B;
}
</style>