Shades of Palm Green #1F3B2C
Tints of Palm Green #1F3B2C
RGB
CMYK
RGB Variations
Color information
#1F3B2C (or 0x1F3B2C) is known color: Palm Green. HEX triplet: 1F, 3B and 2C. RGB value is (31,59,44). Sum of RGB (Red+Green+Blue) = 31+59+44=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B2C is #E0C4D3. Grayscale: #303030. Windows color (decimal): -14730452 or 2898719. OLE color: 2898719.
HSL color Cylindrical-coordinate representation of color #1F3B2C: hue angle of 147.86º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3B2C is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 59 | 44 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.77 |
| HSL | 147.86º | 0.31% | 0.18% | - |
| HSV(B) | 147.86º | 0.47% | 0.23% | - |
| XYZ | 2.58 | 3.6 | 2.94 | - |
| YUV | 48.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 44 | 0.47 | 0 | 0.25 | 0.77 | 147.86 | 0.31 | 0.18 |
| Hex | 1F | 3B | 2C | 2F | 0 | 19 | 4D | 94 | 1F | 12 |
| Octal | 37 | 73 | 54 | 57 | 0 | 31 | 115 | 224 | 37 | 22 |
| Binary | 11111 | 111011 | 101100 | 101111 | 0 | 11001 | 1001101 | 10010100 | 11111 | 10010 |
Color Harmonies of #1F3B2C
Complementary color
Monochromatic Colors of #1F3B2C
Black with #1F3B2C
Text Example
Text Example
White with #1F3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B2C; }
p { color: rgb(31,59,44); }
H1.HeaderClassName
{
color: #1F3B2C;
}
.AnyTagClassName
{
color: #1F3B2C;
}
</style>
background-color css
<style>
a { background-color: #1F3B2C; }
a { background-color: rgb(31,59,44); }
div.DivClassName
{
background-color: #1F3B2C;
}
.BgClassName
{
background-color: #1F3B2C;
}
</style>
border-color css
<style>
span { border-color: #1F3B2C; }
span { border-color: rgb(31,59,44); }
td.TdClassName
{
border-color: #1F3B2C;
}
.TagClassName
{
border-color: #1F3B2C;
}
</style>