Shades of Palm Green #1D362B
Tints of Palm Green #1D362B
RGB
CMYK
RGB Variations
Color information
#1D362B (or 0x1D362B) is known color: Palm Green. HEX triplet: 1D, 36 and 2B. RGB value is (29,54,43). Sum of RGB (Red+Green+Blue) = 29+54+43=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 54 - color contains mainly: green. Hex color #1D362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D362B is #E2C9D4. Grayscale: #2D2D2D. Windows color (decimal): -14862805 or 2831901. OLE color: 2831901.
HSL color Cylindrical-coordinate representation of color #1D362B: hue angle of 153.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D362B is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 43 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.79 |
| HSL | 153.6º | 0.3% | 0.16% | - |
| HSV(B) | 153.6º | 0.46% | 0.21% | - |
| XYZ | 2.26 | 3.07 | 2.76 | - |
| YUV | 45.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 43 | 0.46 | 0 | 0.20 | 0.79 | 153.6 | 0.3 | 0.16 |
| Hex | 1D | 36 | 2B | 2E | 0 | 14 | 4F | 9A | 1E | 10 |
| Octal | 35 | 66 | 53 | 56 | 0 | 24 | 117 | 232 | 36 | 20 |
| Binary | 11101 | 110110 | 101011 | 101110 | 0 | 10100 | 1001111 | 10011010 | 11110 | 10000 |
Color Harmonies of #1D362B
Complementary color
Monochromatic Colors of #1D362B
Black with #1D362B
Text Example
Text Example
White with #1D362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D362B; }
p { color: rgb(29,54,43); }
H1.HeaderClassName
{
color: #1D362B;
}
.AnyTagClassName
{
color: #1D362B;
}
</style>
background-color css
<style>
a { background-color: #1D362B; }
a { background-color: rgb(29,54,43); }
div.DivClassName
{
background-color: #1D362B;
}
.BgClassName
{
background-color: #1D362B;
}
</style>
border-color css
<style>
span { border-color: #1D362B; }
span { border-color: rgb(29,54,43); }
td.TdClassName
{
border-color: #1D362B;
}
.TagClassName
{
border-color: #1D362B;
}
</style>