Shades of Palm Green #1D402F
Tints of Palm Green #1D402F
RGB
CMYK
RGB Variations
Color information
#1D402F (or 0x1D402F) is known color: Palm Green. HEX triplet: 1D, 40 and 2F. RGB value is (29,64,47). Sum of RGB (Red+Green+Blue) = 29+64+47=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #1D402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D402F is #E2BFD0. Grayscale: #333333. Windows color (decimal): -14860241 or 3096605. OLE color: 3096605.
HSL color Cylindrical-coordinate representation of color #1D402F: hue angle of 150.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D402F is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 64 | 47 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.75 |
| HSL | 150.86º | 0.38% | 0.18% | - |
| HSV(B) | 150.86º | 0.55% | 0.25% | - |
| XYZ | 2.85 | 4.13 | 3.34 | - |
| YUV | 51.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 47 | 0.55 | 0 | 0.27 | 0.75 | 150.86 | 0.38 | 0.18 |
| Hex | 1D | 40 | 2F | 37 | 0 | 1B | 4B | 97 | 26 | 12 |
| Octal | 35 | 100 | 57 | 67 | 0 | 33 | 113 | 227 | 46 | 22 |
| Binary | 11101 | 1000000 | 101111 | 110111 | 0 | 11011 | 1001011 | 10010111 | 100110 | 10010 |
Color Harmonies of #1D402F
Complementary color
Monochromatic Colors of #1D402F
Black with #1D402F
Text Example
Text Example
White with #1D402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D402F; }
p { color: rgb(29,64,47); }
H1.HeaderClassName
{
color: #1D402F;
}
.AnyTagClassName
{
color: #1D402F;
}
</style>
background-color css
<style>
a { background-color: #1D402F; }
a { background-color: rgb(29,64,47); }
div.DivClassName
{
background-color: #1D402F;
}
.BgClassName
{
background-color: #1D402F;
}
</style>
border-color css
<style>
span { border-color: #1D402F; }
span { border-color: rgb(29,64,47); }
td.TdClassName
{
border-color: #1D402F;
}
.TagClassName
{
border-color: #1D402F;
}
</style>