Shades of Palm Green #1C382A
Tints of Palm Green #1C382A
RGB
CMYK
RGB Variations
Color information
#1C382A (or 0x1C382A) is known color: Palm Green. HEX triplet: 1C, 38 and 2A. RGB value is (28,56,42). Sum of RGB (Red+Green+Blue) = 28+56+42=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #1C382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C382A is #E3C7D5. Grayscale: #2E2E2E. Windows color (decimal): -14927830 or 2766876. OLE color: 2766876.
HSL color Cylindrical-coordinate representation of color #1C382A: hue angle of 150º 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 #1C382A is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 42 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.78 |
| HSL | 150º | 0.33% | 0.16% | - |
| HSV(B) | 150º | 0.5% | 0.22% | - |
| XYZ | 2.31 | 3.24 | 2.69 | - |
| YUV | 46.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 42 | 0.50 | 0 | 0.25 | 0.78 | 150 | 0.33 | 0.16 |
| Hex | 1C | 38 | 2A | 32 | 0 | 19 | 4E | 96 | 21 | 10 |
| Octal | 34 | 70 | 52 | 62 | 0 | 31 | 116 | 226 | 41 | 20 |
| Binary | 11100 | 111000 | 101010 | 110010 | 0 | 11001 | 1001110 | 10010110 | 100001 | 10000 |
Color Harmonies of #1C382A
Complementary color
Monochromatic Colors of #1C382A
Black with #1C382A
Text Example
Text Example
White with #1C382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C382A; }
p { color: rgb(28,56,42); }
H1.HeaderClassName
{
color: #1C382A;
}
.AnyTagClassName
{
color: #1C382A;
}
</style>
background-color css
<style>
a { background-color: #1C382A; }
a { background-color: rgb(28,56,42); }
div.DivClassName
{
background-color: #1C382A;
}
.BgClassName
{
background-color: #1C382A;
}
</style>
border-color css
<style>
span { border-color: #1C382A; }
span { border-color: rgb(28,56,42); }
td.TdClassName
{
border-color: #1C382A;
}
.TagClassName
{
border-color: #1C382A;
}
</style>