Shades of Palm Green #1D3D2F
Tints of Palm Green #1D3D2F
RGB
CMYK
RGB Variations
Color information
#1D3D2F (or 0x1D3D2F) is known color: Palm Green. HEX triplet: 1D, 3D and 2F. RGB value is (29,61,47). Sum of RGB (Red+Green+Blue) = 29+61+47=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D2F is #E2C2D0. Grayscale: #313131. Windows color (decimal): -14861009 or 3095837. OLE color: 3095837.
HSL color Cylindrical-coordinate representation of color #1D3D2F: hue angle of 153.75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D2F is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 61 | 47 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.76 |
| HSL | 153.75º | 0.36% | 0.18% | - |
| HSV(B) | 153.75º | 0.52% | 0.24% | - |
| XYZ | 2.69 | 3.8 | 3.28 | - |
| YUV | 49.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 47 | 0.52 | 0 | 0.23 | 0.76 | 153.75 | 0.36 | 0.18 |
| Hex | 1D | 3D | 2F | 34 | 0 | 17 | 4C | 9A | 24 | 12 |
| Octal | 35 | 75 | 57 | 64 | 0 | 27 | 114 | 232 | 44 | 22 |
| Binary | 11101 | 111101 | 101111 | 110100 | 0 | 10111 | 1001100 | 10011010 | 100100 | 10010 |
Color Harmonies of #1D3D2F
Complementary color
Monochromatic Colors of #1D3D2F
Black with #1D3D2F
Text Example
Text Example
White with #1D3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D2F; }
p { color: rgb(29,61,47); }
H1.HeaderClassName
{
color: #1D3D2F;
}
.AnyTagClassName
{
color: #1D3D2F;
}
</style>
background-color css
<style>
a { background-color: #1D3D2F; }
a { background-color: rgb(29,61,47); }
div.DivClassName
{
background-color: #1D3D2F;
}
.BgClassName
{
background-color: #1D3D2F;
}
</style>
border-color css
<style>
span { border-color: #1D3D2F; }
span { border-color: rgb(29,61,47); }
td.TdClassName
{
border-color: #1D3D2F;
}
.TagClassName
{
border-color: #1D3D2F;
}
</style>