Shades of Palm Green #1F412C
Tints of Palm Green #1F412C
RGB
CMYK
RGB Variations
Color information
#1F412C (or 0x1F412C) is known color: Palm Green. HEX triplet: 1F, 41 and 2C. RGB value is (31,65,44). Sum of RGB (Red+Green+Blue) = 31+65+44=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #1F412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F412C is #E0BED3. Grayscale: #343434. Windows color (decimal): -14728916 or 2900255. OLE color: 2900255.
HSL color Cylindrical-coordinate representation of color #1F412C: hue angle of 142.94º 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 #1F412C is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 44 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.75 |
| HSL | 142.94º | 0.35% | 0.19% | - |
| HSV(B) | 142.94º | 0.52% | 0.25% | - |
| XYZ | 2.91 | 4.25 | 3.05 | - |
| YUV | 52.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 44 | 0.52 | 0 | 0.32 | 0.75 | 142.94 | 0.35 | 0.19 |
| Hex | 1F | 41 | 2C | 34 | 0 | 20 | 4B | 8F | 23 | 13 |
| Octal | 37 | 101 | 54 | 64 | 0 | 40 | 113 | 217 | 43 | 23 |
| Binary | 11111 | 1000001 | 101100 | 110100 | 0 | 100000 | 1001011 | 10001111 | 100011 | 10011 |
Color Harmonies of #1F412C
Complementary color
Monochromatic Colors of #1F412C
Black with #1F412C
Text Example
Text Example
White with #1F412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F412C; }
p { color: rgb(31,65,44); }
H1.HeaderClassName
{
color: #1F412C;
}
.AnyTagClassName
{
color: #1F412C;
}
</style>
background-color css
<style>
a { background-color: #1F412C; }
a { background-color: rgb(31,65,44); }
div.DivClassName
{
background-color: #1F412C;
}
.BgClassName
{
background-color: #1F412C;
}
</style>
border-color css
<style>
span { border-color: #1F412C; }
span { border-color: rgb(31,65,44); }
td.TdClassName
{
border-color: #1F412C;
}
.TagClassName
{
border-color: #1F412C;
}
</style>