Shades of Palm Green #1C382B
Tints of Palm Green #1C382B
RGB
CMYK
RGB Variations
Color information
#1C382B (or 0x1C382B) is known color: Palm Green. HEX triplet: 1C, 38 and 2B. RGB value is (28,56,43). Sum of RGB (Red+Green+Blue) = 28+56+43=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #1C382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C382B is #E3C7D4. Grayscale: #2E2E2E. Windows color (decimal): -14927829 or 2832412. OLE color: 2832412.
HSL color Cylindrical-coordinate representation of color #1C382B: hue angle of 152.14º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C382B is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 43 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.78 |
| HSL | 152.14º | 0.33% | 0.16% | - |
| HSV(B) | 152.14º | 0.5% | 0.22% | - |
| XYZ | 2.33 | 3.25 | 2.79 | - |
| YUV | 46.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 43 | 0.50 | 0 | 0.23 | 0.78 | 152.14 | 0.33 | 0.16 |
| Hex | 1C | 38 | 2B | 32 | 0 | 17 | 4E | 98 | 21 | 10 |
| Octal | 34 | 70 | 53 | 62 | 0 | 27 | 116 | 230 | 41 | 20 |
| Binary | 11100 | 111000 | 101011 | 110010 | 0 | 10111 | 1001110 | 10011000 | 100001 | 10000 |
Color Harmonies of #1C382B
Complementary color
Monochromatic Colors of #1C382B
Black with #1C382B
Text Example
Text Example
White with #1C382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C382B; }
p { color: rgb(28,56,43); }
H1.HeaderClassName
{
color: #1C382B;
}
.AnyTagClassName
{
color: #1C382B;
}
</style>
background-color css
<style>
a { background-color: #1C382B; }
a { background-color: rgb(28,56,43); }
div.DivClassName
{
background-color: #1C382B;
}
.BgClassName
{
background-color: #1C382B;
}
</style>
border-color css
<style>
span { border-color: #1C382B; }
span { border-color: rgb(28,56,43); }
td.TdClassName
{
border-color: #1C382B;
}
.TagClassName
{
border-color: #1C382B;
}
</style>