Shades of Palm Green #1F392B
Tints of Palm Green #1F392B
RGB
CMYK
RGB Variations
Color information
#1F392B (or 0x1F392B) is known color: Palm Green. HEX triplet: 1F, 39 and 2B. RGB value is (31,57,43). Sum of RGB (Red+Green+Blue) = 31+57+43=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #1F392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F392B is #E0C6D4. Grayscale: #2F2F2F. Windows color (decimal): -14730965 or 2832671. OLE color: 2832671.
HSL color Cylindrical-coordinate representation of color #1F392B: hue angle of 147.69º 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 #1F392B is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 57 | 43 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.78 |
| HSL | 147.69º | 0.3% | 0.17% | - |
| HSV(B) | 147.69º | 0.46% | 0.22% | - |
| XYZ | 2.46 | 3.39 | 2.81 | - |
| YUV | 47.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 43 | 0.46 | 0 | 0.25 | 0.78 | 147.69 | 0.3 | 0.17 |
| Hex | 1F | 39 | 2B | 2E | 0 | 19 | 4E | 94 | 1E | 11 |
| Octal | 37 | 71 | 53 | 56 | 0 | 31 | 116 | 224 | 36 | 21 |
| Binary | 11111 | 111001 | 101011 | 101110 | 0 | 11001 | 1001110 | 10010100 | 11110 | 10001 |
Color Harmonies of #1F392B
Complementary color
Monochromatic Colors of #1F392B
Black with #1F392B
Text Example
Text Example
White with #1F392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F392B; }
p { color: rgb(31,57,43); }
H1.HeaderClassName
{
color: #1F392B;
}
.AnyTagClassName
{
color: #1F392B;
}
</style>
background-color css
<style>
a { background-color: #1F392B; }
a { background-color: rgb(31,57,43); }
div.DivClassName
{
background-color: #1F392B;
}
.BgClassName
{
background-color: #1F392B;
}
</style>
border-color css
<style>
span { border-color: #1F392B; }
span { border-color: rgb(31,57,43); }
td.TdClassName
{
border-color: #1F392B;
}
.TagClassName
{
border-color: #1F392B;
}
</style>