Shades of Palm Green #1F392F
Tints of Palm Green #1F392F
RGB
CMYK
RGB Variations
Color information
#1F392F (or 0x1F392F) is known color: Palm Green. HEX triplet: 1F, 39 and 2F. RGB value is (31,57,47). Sum of RGB (Red+Green+Blue) = 31+57+47=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #1F392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F392F is #E0C6D0. Grayscale: #303030. Windows color (decimal): -14730961 or 3094815. OLE color: 3094815.
HSL color Cylindrical-coordinate representation of color #1F392F: hue angle of 156.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F392F is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 57 | 47 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.78 |
| HSL | 156.92º | 0.3% | 0.17% | - |
| HSV(B) | 156.92º | 0.46% | 0.22% | - |
| XYZ | 2.54 | 3.42 | 3.22 | - |
| YUV | 48.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 47 | 0.46 | 0 | 0.18 | 0.78 | 156.92 | 0.3 | 0.17 |
| Hex | 1F | 39 | 2F | 2E | 0 | 12 | 4E | 9D | 1E | 11 |
| Octal | 37 | 71 | 57 | 56 | 0 | 22 | 116 | 235 | 36 | 21 |
| Binary | 11111 | 111001 | 101111 | 101110 | 0 | 10010 | 1001110 | 10011101 | 11110 | 10001 |
Color Harmonies of #1F392F
Complementary color
Monochromatic Colors of #1F392F
Black with #1F392F
Text Example
Text Example
White with #1F392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F392F; }
p { color: rgb(31,57,47); }
H1.HeaderClassName
{
color: #1F392F;
}
.AnyTagClassName
{
color: #1F392F;
}
</style>
background-color css
<style>
a { background-color: #1F392F; }
a { background-color: rgb(31,57,47); }
div.DivClassName
{
background-color: #1F392F;
}
.BgClassName
{
background-color: #1F392F;
}
</style>
border-color css
<style>
span { border-color: #1F392F; }
span { border-color: rgb(31,57,47); }
td.TdClassName
{
border-color: #1F392F;
}
.TagClassName
{
border-color: #1F392F;
}
</style>