Shades of Palm Green #1D3E30
Tints of Palm Green #1D3E30
RGB
CMYK
RGB Variations
Color information
#1D3E30 (or 0x1D3E30) is known color: Palm Green. HEX triplet: 1D, 3E and 30. RGB value is (29,62,48). Sum of RGB (Red+Green+Blue) = 29+62+48=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E30 is #E2C1CF. Grayscale: #323232. Windows color (decimal): -14860752 or 3161629. OLE color: 3161629.
HSL color Cylindrical-coordinate representation of color #1D3E30: hue angle of 154.55º 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 #1D3E30 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 62 | 48 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.76 |
| HSL | 154.55º | 0.36% | 0.18% | - |
| HSV(B) | 154.55º | 0.53% | 0.24% | - |
| XYZ | 2.76 | 3.92 | 3.41 | - |
| YUV | 50.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 48 | 0.53 | 0 | 0.23 | 0.76 | 154.55 | 0.36 | 0.18 |
| Hex | 1D | 3E | 30 | 35 | 0 | 17 | 4C | 9B | 24 | 12 |
| Octal | 35 | 76 | 60 | 65 | 0 | 27 | 114 | 233 | 44 | 22 |
| Binary | 11101 | 111110 | 110000 | 110101 | 0 | 10111 | 1001100 | 10011011 | 100100 | 10010 |
Color Harmonies of #1D3E30
Complementary color
Monochromatic Colors of #1D3E30
Black with #1D3E30
Text Example
Text Example
White with #1D3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E30; }
p { color: rgb(29,62,48); }
H1.HeaderClassName
{
color: #1D3E30;
}
.AnyTagClassName
{
color: #1D3E30;
}
</style>
background-color css
<style>
a { background-color: #1D3E30; }
a { background-color: rgb(29,62,48); }
div.DivClassName
{
background-color: #1D3E30;
}
.BgClassName
{
background-color: #1D3E30;
}
</style>
border-color css
<style>
span { border-color: #1D3E30; }
span { border-color: rgb(29,62,48); }
td.TdClassName
{
border-color: #1D3E30;
}
.TagClassName
{
border-color: #1D3E30;
}
</style>