Shades of Palm Green #1F412D
Tints of Palm Green #1F412D
RGB
CMYK
RGB Variations
Color information
#1F412D (or 0x1F412D) is known color: Palm Green. HEX triplet: 1F, 41 and 2D. RGB value is (31,65,45). Sum of RGB (Red+Green+Blue) = 31+65+45=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #1F412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F412D is #E0BED2. Grayscale: #343434. Windows color (decimal): -14728915 or 2965791. OLE color: 2965791.
HSL color Cylindrical-coordinate representation of color #1F412D: hue angle of 144.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F412D is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 45 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.75 |
| HSL | 144.71º | 0.35% | 0.19% | - |
| HSV(B) | 144.71º | 0.52% | 0.25% | - |
| XYZ | 2.93 | 4.26 | 3.15 | - |
| YUV | 52.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 45 | 0.52 | 0 | 0.31 | 0.75 | 144.71 | 0.35 | 0.19 |
| Hex | 1F | 41 | 2D | 34 | 0 | 1F | 4B | 91 | 23 | 13 |
| Octal | 37 | 101 | 55 | 64 | 0 | 37 | 113 | 221 | 43 | 23 |
| Binary | 11111 | 1000001 | 101101 | 110100 | 0 | 11111 | 1001011 | 10010001 | 100011 | 10011 |
Color Harmonies of #1F412D
Complementary color
Monochromatic Colors of #1F412D
Black with #1F412D
Text Example
Text Example
White with #1F412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F412D; }
p { color: rgb(31,65,45); }
H1.HeaderClassName
{
color: #1F412D;
}
.AnyTagClassName
{
color: #1F412D;
}
</style>
background-color css
<style>
a { background-color: #1F412D; }
a { background-color: rgb(31,65,45); }
div.DivClassName
{
background-color: #1F412D;
}
.BgClassName
{
background-color: #1F412D;
}
</style>
border-color css
<style>
span { border-color: #1F412D; }
span { border-color: rgb(31,65,45); }
td.TdClassName
{
border-color: #1F412D;
}
.TagClassName
{
border-color: #1F412D;
}
</style>