Shades of Palm Green #28312D
Tints of Palm Green #28312D
RGB
CMYK
RGB Variations
Color information
#28312D (or 0x28312D) is known color: Palm Green. HEX triplet: 28, 31 and 2D. RGB value is (40,49,45). Sum of RGB (Red+Green+Blue) = 40+49+45=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #28312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28312D is #D7CED2. Grayscale: #2D2D2D. Windows color (decimal): -14143187 or 2961704. OLE color: 2961704.
HSL color Cylindrical-coordinate representation of color #28312D: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #28312D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 45 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.81 |
| HSL | 153.33º | 0.1% | 0.17% | - |
| HSV(B) | 153.33º | 0.18% | 0.19% | - |
| XYZ | 2.45 | 2.84 | 2.9 | - |
| YUV | 45.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 45 | 0.18 | 0 | 0.08 | 0.81 | 153.33 | 0.1 | 0.17 |
| Hex | 28 | 31 | 2D | 12 | 0 | 8 | 51 | 99 | A | 11 |
| Octal | 50 | 61 | 55 | 22 | 0 | 10 | 121 | 231 | 12 | 21 |
| Binary | 101000 | 110001 | 101101 | 10010 | 0 | 1000 | 1010001 | 10011001 | 1010 | 10001 |
Color Harmonies of #28312D
Complementary color
Monochromatic Colors of #28312D
Black with #28312D
Text Example
Text Example
White with #28312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28312D; }
p { color: rgb(40,49,45); }
H1.HeaderClassName
{
color: #28312D;
}
.AnyTagClassName
{
color: #28312D;
}
</style>
background-color css
<style>
a { background-color: #28312D; }
a { background-color: rgb(40,49,45); }
div.DivClassName
{
background-color: #28312D;
}
.BgClassName
{
background-color: #28312D;
}
</style>
border-color css
<style>
span { border-color: #28312D; }
span { border-color: rgb(40,49,45); }
td.TdClassName
{
border-color: #28312D;
}
.TagClassName
{
border-color: #28312D;
}
</style>