Shades of Palm Green #1D382B
Tints of Palm Green #1D382B
RGB
CMYK
RGB Variations
Color information
#1D382B (or 0x1D382B) is known color: Palm Green. HEX triplet: 1D, 38 and 2B. RGB value is (29,56,43). Sum of RGB (Red+Green+Blue) = 29+56+43=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #1D382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D382B is #E2C7D4. Grayscale: #2E2E2E. Windows color (decimal): -14862293 or 2832413. OLE color: 2832413.
HSL color Cylindrical-coordinate representation of color #1D382B: hue angle of 151.11º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D382B is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 43 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.78 |
| HSL | 151.11º | 0.32% | 0.17% | - |
| HSV(B) | 151.11º | 0.48% | 0.22% | - |
| XYZ | 2.36 | 3.26 | 2.79 | - |
| YUV | 46.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 43 | 0.48 | 0 | 0.23 | 0.78 | 151.11 | 0.32 | 0.17 |
| Hex | 1D | 38 | 2B | 30 | 0 | 17 | 4E | 97 | 20 | 11 |
| Octal | 35 | 70 | 53 | 60 | 0 | 27 | 116 | 227 | 40 | 21 |
| Binary | 11101 | 111000 | 101011 | 110000 | 0 | 10111 | 1001110 | 10010111 | 100000 | 10001 |
Color Harmonies of #1D382B
Complementary color
Monochromatic Colors of #1D382B
Black with #1D382B
Text Example
Text Example
White with #1D382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D382B; }
p { color: rgb(29,56,43); }
H1.HeaderClassName
{
color: #1D382B;
}
.AnyTagClassName
{
color: #1D382B;
}
</style>
background-color css
<style>
a { background-color: #1D382B; }
a { background-color: rgb(29,56,43); }
div.DivClassName
{
background-color: #1D382B;
}
.BgClassName
{
background-color: #1D382B;
}
</style>
border-color css
<style>
span { border-color: #1D382B; }
span { border-color: rgb(29,56,43); }
td.TdClassName
{
border-color: #1D382B;
}
.TagClassName
{
border-color: #1D382B;
}
</style>