Shades of Palm Green #1D3E2D
Tints of Palm Green #1D3E2D
RGB
CMYK
RGB Variations
Color information
#1D3E2D (or 0x1D3E2D) is known color: Palm Green. HEX triplet: 1D, 3E and 2D. RGB value is (29,62,45). Sum of RGB (Red+Green+Blue) = 29+62+45=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E2D is #E2C1D2. Grayscale: #323232. Windows color (decimal): -14860755 or 2965021. OLE color: 2965021.
HSL color Cylindrical-coordinate representation of color #1D3E2D: hue angle of 149.09º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D3E2D is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
RGB | 29 | 62 | 45 | - |
CMYK | 0.53 | 0 | 0.27 | 0.76 |
HSL | 149.09º | 0.36% | 0.18% | - |
HSV(B) | 149.09º | 0.53% | 0.24% | - |
XYZ | 2.7 | 3.9 | 3.09 | - |
YUV | 50.2 | 125.07 | 112.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 62 | 45 | 0.53 | 0 | 0.27 | 0.76 | 149.09 | 0.36 | 0.18 |
Hex | 1D | 3E | 2D | 35 | 0 | 1B | 4C | 95 | 24 | 12 |
Octal | 35 | 76 | 55 | 65 | 0 | 33 | 114 | 225 | 44 | 22 |
Binary | 11101 | 111110 | 101101 | 110101 | 0 | 11011 | 1001100 | 10010101 | 100100 | 10010 |
Color Harmonies of #1D3E2D
Complementary color
Monochromatic Colors of #1D3E2D
Black with #1D3E2D
Text Example
Text Example
White with #1D3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E2D; }
p { color: rgb(29,62,45); }
H1.HeaderClassName
{
color: #1D3E2D;
}
.AnyTagClassName
{
color: #1D3E2D;
}
</style>
background-color css
<style>
a { background-color: #1D3E2D; }
a { background-color: rgb(29,62,45); }
div.DivClassName
{
background-color: #1D3E2D;
}
.BgClassName
{
background-color: #1D3E2D;
}
</style>
border-color css
<style>
span { border-color: #1D3E2D; }
span { border-color: rgb(29,62,45); }
td.TdClassName
{
border-color: #1D3E2D;
}
.TagClassName
{
border-color: #1D3E2D;
}
</style>