Shades of Palm Green #1F362C
Tints of Palm Green #1F362C
RGB
CMYK
RGB Variations
Color information
#1F362C (or 0x1F362C) is known color: Palm Green. HEX triplet: 1F, 36 and 2C. RGB value is (31,54,44). Sum of RGB (Red+Green+Blue) = 31+54+44=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #1F362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F362C is #E0C9D3. Grayscale: #2E2E2E. Windows color (decimal): -14731732 or 2897439. OLE color: 2897439.
HSL color Cylindrical-coordinate representation of color #1F362C: hue angle of 153.91º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F362C is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 54 | 44 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.79 |
| HSL | 153.91º | 0.27% | 0.17% | - |
| HSV(B) | 153.91º | 0.43% | 0.21% | - |
| XYZ | 2.34 | 3.11 | 2.86 | - |
| YUV | 45.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 44 | 0.43 | 0 | 0.19 | 0.79 | 153.91 | 0.27 | 0.17 |
| Hex | 1F | 36 | 2C | 2B | 0 | 13 | 4F | 9A | 1B | 11 |
| Octal | 37 | 66 | 54 | 53 | 0 | 23 | 117 | 232 | 33 | 21 |
| Binary | 11111 | 110110 | 101100 | 101011 | 0 | 10011 | 1001111 | 10011010 | 11011 | 10001 |
Color Harmonies of #1F362C
Complementary color
Monochromatic Colors of #1F362C
Black with #1F362C
Text Example
Text Example
White with #1F362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F362C; }
p { color: rgb(31,54,44); }
H1.HeaderClassName
{
color: #1F362C;
}
.AnyTagClassName
{
color: #1F362C;
}
</style>
background-color css
<style>
a { background-color: #1F362C; }
a { background-color: rgb(31,54,44); }
div.DivClassName
{
background-color: #1F362C;
}
.BgClassName
{
background-color: #1F362C;
}
</style>
border-color css
<style>
span { border-color: #1F362C; }
span { border-color: rgb(31,54,44); }
td.TdClassName
{
border-color: #1F362C;
}
.TagClassName
{
border-color: #1F362C;
}
</style>