Shades of Palm Green #1F402D
Tints of Palm Green #1F402D
RGB
CMYK
RGB Variations
Color information
#1F402D (or 0x1F402D) is known color: Palm Green. HEX triplet: 1F, 40 and 2D. RGB value is (31,64,45). Sum of RGB (Red+Green+Blue) = 31+64+45=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #1F402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F402D is #E0BFD2. Grayscale: #343434. Windows color (decimal): -14729171 or 2965535. OLE color: 2965535.
HSL color Cylindrical-coordinate representation of color #1F402D: hue angle of 145.45º 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 #1F402D is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 45 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.75 |
| HSL | 145.45º | 0.35% | 0.19% | - |
| HSV(B) | 145.45º | 0.52% | 0.25% | - |
| XYZ | 2.87 | 4.15 | 3.13 | - |
| YUV | 51.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 45 | 0.52 | 0 | 0.30 | 0.75 | 145.45 | 0.35 | 0.19 |
| Hex | 1F | 40 | 2D | 34 | 0 | 1E | 4B | 91 | 23 | 13 |
| Octal | 37 | 100 | 55 | 64 | 0 | 36 | 113 | 221 | 43 | 23 |
| Binary | 11111 | 1000000 | 101101 | 110100 | 0 | 11110 | 1001011 | 10010001 | 100011 | 10011 |
Color Harmonies of #1F402D
Complementary color
Monochromatic Colors of #1F402D
Black with #1F402D
Text Example
Text Example
White with #1F402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F402D; }
p { color: rgb(31,64,45); }
H1.HeaderClassName
{
color: #1F402D;
}
.AnyTagClassName
{
color: #1F402D;
}
</style>
background-color css
<style>
a { background-color: #1F402D; }
a { background-color: rgb(31,64,45); }
div.DivClassName
{
background-color: #1F402D;
}
.BgClassName
{
background-color: #1F402D;
}
</style>
border-color css
<style>
span { border-color: #1F402D; }
span { border-color: rgb(31,64,45); }
td.TdClassName
{
border-color: #1F402D;
}
.TagClassName
{
border-color: #1F402D;
}
</style>