Shades of Palm Green #1F422E
Tints of Palm Green #1F422E
RGB
CMYK
RGB Variations
Color information
#1F422E (or 0x1F422E) is known color: Palm Green. HEX triplet: 1F, 42 and 2E. RGB value is (31,66,46). Sum of RGB (Red+Green+Blue) = 31+66+46=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #1F422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F422E is #E0BDD1. Grayscale: #353535. Windows color (decimal): -14728658 or 3031583. OLE color: 3031583.
HSL color Cylindrical-coordinate representation of color #1F422E: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F422E is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 46 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.74 |
| HSL | 145.71º | 0.36% | 0.19% | - |
| HSV(B) | 145.71º | 0.53% | 0.26% | - |
| XYZ | 3.01 | 4.38 | 3.27 | - |
| YUV | 53.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 46 | 0.53 | 0 | 0.30 | 0.74 | 145.71 | 0.36 | 0.19 |
| Hex | 1F | 42 | 2E | 35 | 0 | 1E | 4A | 92 | 24 | 13 |
| Octal | 37 | 102 | 56 | 65 | 0 | 36 | 112 | 222 | 44 | 23 |
| Binary | 11111 | 1000010 | 101110 | 110101 | 0 | 11110 | 1001010 | 10010010 | 100100 | 10011 |
Color Harmonies of #1F422E
Complementary color
Monochromatic Colors of #1F422E
Black with #1F422E
Text Example
Text Example
White with #1F422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F422E; }
p { color: rgb(31,66,46); }
H1.HeaderClassName
{
color: #1F422E;
}
.AnyTagClassName
{
color: #1F422E;
}
</style>
background-color css
<style>
a { background-color: #1F422E; }
a { background-color: rgb(31,66,46); }
div.DivClassName
{
background-color: #1F422E;
}
.BgClassName
{
background-color: #1F422E;
}
</style>
border-color css
<style>
span { border-color: #1F422E; }
span { border-color: rgb(31,66,46); }
td.TdClassName
{
border-color: #1F422E;
}
.TagClassName
{
border-color: #1F422E;
}
</style>