Shades of Palm Green #1C3A2D
Tints of Palm Green #1C3A2D
RGB
CMYK
RGB Variations
Color information
#1C3A2D (or 0x1C3A2D) is known color: Palm Green. HEX triplet: 1C, 3A and 2D. RGB value is (28,58,45). Sum of RGB (Red+Green+Blue) = 28+58+45=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #1C3A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3A2D is #E3C5D2. Grayscale: #2F2F2F. Windows color (decimal): -14927315 or 2963996. OLE color: 2963996.
HSL color Cylindrical-coordinate representation of color #1C3A2D: hue angle of 154º 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 #1C3A2D is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 58 | 45 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.77 |
| HSL | 154º | 0.35% | 0.17% | - |
| HSV(B) | 154º | 0.52% | 0.23% | - |
| XYZ | 2.47 | 3.46 | 3.02 | - |
| YUV | 47.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 45 | 0.52 | 0 | 0.22 | 0.77 | 154 | 0.35 | 0.17 |
| Hex | 1C | 3A | 2D | 34 | 0 | 16 | 4D | 9A | 23 | 11 |
| Octal | 34 | 72 | 55 | 64 | 0 | 26 | 115 | 232 | 43 | 21 |
| Binary | 11100 | 111010 | 101101 | 110100 | 0 | 10110 | 1001101 | 10011010 | 100011 | 10001 |
Color Harmonies of #1C3A2D
Complementary color
Monochromatic Colors of #1C3A2D
Black with #1C3A2D
Text Example
Text Example
White with #1C3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A2D; }
p { color: rgb(28,58,45); }
H1.HeaderClassName
{
color: #1C3A2D;
}
.AnyTagClassName
{
color: #1C3A2D;
}
</style>
background-color css
<style>
a { background-color: #1C3A2D; }
a { background-color: rgb(28,58,45); }
div.DivClassName
{
background-color: #1C3A2D;
}
.BgClassName
{
background-color: #1C3A2D;
}
</style>
border-color css
<style>
span { border-color: #1C3A2D; }
span { border-color: rgb(28,58,45); }
td.TdClassName
{
border-color: #1C3A2D;
}
.TagClassName
{
border-color: #1C3A2D;
}
</style>