Shades of Palm Green #1F4030
Tints of Palm Green #1F4030
RGB
CMYK
RGB Variations
Color information
#1F4030 (or 0x1F4030) is known color: Palm Green. HEX triplet: 1F, 40 and 30. RGB value is (31,64,48). Sum of RGB (Red+Green+Blue) = 31+64+48=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4030 is #E0BFCF. Grayscale: #343434. Windows color (decimal): -14729168 or 3162143. OLE color: 3162143.
HSL color Cylindrical-coordinate representation of color #1F4030: hue angle of 150.91º 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 #1F4030 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 48 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.75 |
| HSL | 150.91º | 0.35% | 0.19% | - |
| HSV(B) | 150.91º | 0.52% | 0.25% | - |
| XYZ | 2.93 | 4.17 | 3.45 | - |
| YUV | 52.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 48 | 0.52 | 0 | 0.25 | 0.75 | 150.91 | 0.35 | 0.19 |
| Hex | 1F | 40 | 30 | 34 | 0 | 19 | 4B | 97 | 23 | 13 |
| Octal | 37 | 100 | 60 | 64 | 0 | 31 | 113 | 227 | 43 | 23 |
| Binary | 11111 | 1000000 | 110000 | 110100 | 0 | 11001 | 1001011 | 10010111 | 100011 | 10011 |
Color Harmonies of #1F4030
Complementary color
Monochromatic Colors of #1F4030
Black with #1F4030
Text Example
Text Example
White with #1F4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4030; }
p { color: rgb(31,64,48); }
H1.HeaderClassName
{
color: #1F4030;
}
.AnyTagClassName
{
color: #1F4030;
}
</style>
background-color css
<style>
a { background-color: #1F4030; }
a { background-color: rgb(31,64,48); }
div.DivClassName
{
background-color: #1F4030;
}
.BgClassName
{
background-color: #1F4030;
}
</style>
border-color css
<style>
span { border-color: #1F4030; }
span { border-color: rgb(31,64,48); }
td.TdClassName
{
border-color: #1F4030;
}
.TagClassName
{
border-color: #1F4030;
}
</style>