Shades of Palm Green #1C402C
Tints of Palm Green #1C402C
RGB
CMYK
RGB Variations
Color information
#1C402C (or 0x1C402C) is known color: Palm Green. HEX triplet: 1C, 40 and 2C. RGB value is (28,64,44). Sum of RGB (Red+Green+Blue) = 28+64+44=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #1C402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C402C is #E3BFD3. Grayscale: #333333. Windows color (decimal): -14925780 or 2899996. OLE color: 2899996.
HSL color Cylindrical-coordinate representation of color #1C402C: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C402C is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 64 | 44 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.75 |
| HSL | 146.67º | 0.39% | 0.18% | - |
| HSV(B) | 146.67º | 0.56% | 0.25% | - |
| XYZ | 2.77 | 4.1 | 3.03 | - |
| YUV | 50.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 44 | 0.56 | 0 | 0.31 | 0.75 | 146.67 | 0.39 | 0.18 |
| Hex | 1C | 40 | 2C | 38 | 0 | 1F | 4B | 93 | 27 | 12 |
| Octal | 34 | 100 | 54 | 70 | 0 | 37 | 113 | 223 | 47 | 22 |
| Binary | 11100 | 1000000 | 101100 | 111000 | 0 | 11111 | 1001011 | 10010011 | 100111 | 10010 |
Color Harmonies of #1C402C
Complementary color
Monochromatic Colors of #1C402C
Black with #1C402C
Text Example
Text Example
White with #1C402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C402C; }
p { color: rgb(28,64,44); }
H1.HeaderClassName
{
color: #1C402C;
}
.AnyTagClassName
{
color: #1C402C;
}
</style>
background-color css
<style>
a { background-color: #1C402C; }
a { background-color: rgb(28,64,44); }
div.DivClassName
{
background-color: #1C402C;
}
.BgClassName
{
background-color: #1C402C;
}
</style>
border-color css
<style>
span { border-color: #1C402C; }
span { border-color: rgb(28,64,44); }
td.TdClassName
{
border-color: #1C402C;
}
.TagClassName
{
border-color: #1C402C;
}
</style>