Shades of Palm Green #1C3A29
Tints of Palm Green #1C3A29
RGB
CMYK
RGB Variations
Color information
#1C3A29 (or 0x1C3A29) is known color: Palm Green. HEX triplet: 1C, 3A and 29. RGB value is (28,58,41). Sum of RGB (Red+Green+Blue) = 28+58+41=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #1C3A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3A29 is #E3C5D6. Grayscale: #2F2F2F. Windows color (decimal): -14927319 or 2701852. OLE color: 2701852.
HSL color Cylindrical-coordinate representation of color #1C3A29: hue angle of 146º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C3A29 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 58 | 41 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.77 |
| HSL | 146º | 0.35% | 0.17% | - |
| HSV(B) | 146º | 0.52% | 0.23% | - |
| XYZ | 2.39 | 3.43 | 2.63 | - |
| YUV | 47.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 41 | 0.52 | 0 | 0.29 | 0.77 | 146 | 0.35 | 0.17 |
| Hex | 1C | 3A | 29 | 34 | 0 | 1D | 4D | 92 | 23 | 11 |
| Octal | 34 | 72 | 51 | 64 | 0 | 35 | 115 | 222 | 43 | 21 |
| Binary | 11100 | 111010 | 101001 | 110100 | 0 | 11101 | 1001101 | 10010010 | 100011 | 10001 |
Color Harmonies of #1C3A29
Complementary color
Monochromatic Colors of #1C3A29
Black with #1C3A29
Text Example
Text Example
White with #1C3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A29; }
p { color: rgb(28,58,41); }
H1.HeaderClassName
{
color: #1C3A29;
}
.AnyTagClassName
{
color: #1C3A29;
}
</style>
background-color css
<style>
a { background-color: #1C3A29; }
a { background-color: rgb(28,58,41); }
div.DivClassName
{
background-color: #1C3A29;
}
.BgClassName
{
background-color: #1C3A29;
}
</style>
border-color css
<style>
span { border-color: #1C3A29; }
span { border-color: rgb(28,58,41); }
td.TdClassName
{
border-color: #1C3A29;
}
.TagClassName
{
border-color: #1C3A29;
}
</style>