Shades of Palm Green #1D3E2B
Tints of Palm Green #1D3E2B
RGB
CMYK
RGB Variations
Color information
#1D3E2B (or 0x1D3E2B) is known color: Palm Green. HEX triplet: 1D, 3E and 2B. RGB value is (29,62,43). Sum of RGB (Red+Green+Blue) = 29+62+43=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E2B is #E2C1D4. Grayscale: #323232. Windows color (decimal): -14860757 or 2833949. OLE color: 2833949.
HSL color Cylindrical-coordinate representation of color #1D3E2B: hue angle of 145.45º 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 #1D3E2B is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
RGB | 29 | 62 | 43 | - |
CMYK | 0.53 | 0 | 0.31 | 0.76 |
HSL | 145.45º | 0.36% | 0.18% | - |
HSV(B) | 145.45º | 0.53% | 0.24% | - |
XYZ | 2.67 | 3.88 | 2.89 | - |
YUV | 49.97 | 124.07 | 113.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 62 | 43 | 0.53 | 0 | 0.31 | 0.76 | 145.45 | 0.36 | 0.18 |
Hex | 1D | 3E | 2B | 35 | 0 | 1F | 4C | 91 | 24 | 12 |
Octal | 35 | 76 | 53 | 65 | 0 | 37 | 114 | 221 | 44 | 22 |
Binary | 11101 | 111110 | 101011 | 110101 | 0 | 11111 | 1001100 | 10010001 | 100100 | 10010 |
Color Harmonies of #1D3E2B
Complementary color
Monochromatic Colors of #1D3E2B
Black with #1D3E2B
Text Example
Text Example
White with #1D3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E2B; }
p { color: rgb(29,62,43); }
H1.HeaderClassName
{
color: #1D3E2B;
}
.AnyTagClassName
{
color: #1D3E2B;
}
</style>
background-color css
<style>
a { background-color: #1D3E2B; }
a { background-color: rgb(29,62,43); }
div.DivClassName
{
background-color: #1D3E2B;
}
.BgClassName
{
background-color: #1D3E2B;
}
</style>
border-color css
<style>
span { border-color: #1D3E2B; }
span { border-color: rgb(29,62,43); }
td.TdClassName
{
border-color: #1D3E2B;
}
.TagClassName
{
border-color: #1D3E2B;
}
</style>