Shades of Palm Green #1F402F
Tints of Palm Green #1F402F
RGB
CMYK
RGB Variations
Color information
#1F402F (or 0x1F402F) is known color: Palm Green. HEX triplet: 1F, 40 and 2F. RGB value is (31,64,47). Sum of RGB (Red+Green+Blue) = 31+64+47=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #1F402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F402F is #E0BFD0. Grayscale: #343434. Windows color (decimal): -14729169 or 3096607. OLE color: 3096607.
HSL color Cylindrical-coordinate representation of color #1F402F: hue angle of 149.09º 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 #1F402F is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 47 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.75 |
| HSL | 149.09º | 0.35% | 0.19% | - |
| HSV(B) | 149.09º | 0.52% | 0.25% | - |
| XYZ | 2.91 | 4.16 | 3.34 | - |
| YUV | 52.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 47 | 0.52 | 0 | 0.27 | 0.75 | 149.09 | 0.35 | 0.19 |
| Hex | 1F | 40 | 2F | 34 | 0 | 1B | 4B | 95 | 23 | 13 |
| Octal | 37 | 100 | 57 | 64 | 0 | 33 | 113 | 225 | 43 | 23 |
| Binary | 11111 | 1000000 | 101111 | 110100 | 0 | 11011 | 1001011 | 10010101 | 100011 | 10011 |
Color Harmonies of #1F402F
Complementary color
Monochromatic Colors of #1F402F
Black with #1F402F
Text Example
Text Example
White with #1F402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F402F; }
p { color: rgb(31,64,47); }
H1.HeaderClassName
{
color: #1F402F;
}
.AnyTagClassName
{
color: #1F402F;
}
</style>
background-color css
<style>
a { background-color: #1F402F; }
a { background-color: rgb(31,64,47); }
div.DivClassName
{
background-color: #1F402F;
}
.BgClassName
{
background-color: #1F402F;
}
</style>
border-color css
<style>
span { border-color: #1F402F; }
span { border-color: rgb(31,64,47); }
td.TdClassName
{
border-color: #1F402F;
}
.TagClassName
{
border-color: #1F402F;
}
</style>