Shades of Palm Green #1F382C
Tints of Palm Green #1F382C
RGB
CMYK
RGB Variations
Color information
#1F382C (or 0x1F382C) is known color: Palm Green. HEX triplet: 1F, 38 and 2C. RGB value is (31,56,44). Sum of RGB (Red+Green+Blue) = 31+56+44=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #1F382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F382C is #E0C7D3. Grayscale: #2F2F2F. Windows color (decimal): -14731220 or 2897951. OLE color: 2897951.
HSL color Cylindrical-coordinate representation of color #1F382C: hue angle of 151.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F382C is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 44 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.78 |
| HSL | 151.2º | 0.29% | 0.17% | - |
| HSV(B) | 151.2º | 0.45% | 0.22% | - |
| XYZ | 2.43 | 3.3 | 2.89 | - |
| YUV | 47.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 44 | 0.45 | 0 | 0.21 | 0.78 | 151.2 | 0.29 | 0.17 |
| Hex | 1F | 38 | 2C | 2D | 0 | 15 | 4E | 97 | 1D | 11 |
| Octal | 37 | 70 | 54 | 55 | 0 | 25 | 116 | 227 | 35 | 21 |
| Binary | 11111 | 111000 | 101100 | 101101 | 0 | 10101 | 1001110 | 10010111 | 11101 | 10001 |
Color Harmonies of #1F382C
Complementary color
Monochromatic Colors of #1F382C
Black with #1F382C
Text Example
Text Example
White with #1F382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F382C; }
p { color: rgb(31,56,44); }
H1.HeaderClassName
{
color: #1F382C;
}
.AnyTagClassName
{
color: #1F382C;
}
</style>
background-color css
<style>
a { background-color: #1F382C; }
a { background-color: rgb(31,56,44); }
div.DivClassName
{
background-color: #1F382C;
}
.BgClassName
{
background-color: #1F382C;
}
</style>
border-color css
<style>
span { border-color: #1F382C; }
span { border-color: rgb(31,56,44); }
td.TdClassName
{
border-color: #1F382C;
}
.TagClassName
{
border-color: #1F382C;
}
</style>