Shades of Palm Green #1F362D
Tints of Palm Green #1F362D
RGB
CMYK
RGB Variations
Color information
#1F362D (or 0x1F362D) is known color: Palm Green. HEX triplet: 1F, 36 and 2D. RGB value is (31,54,45). Sum of RGB (Red+Green+Blue) = 31+54+45=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #1F362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F362D is #E0C9D2. Grayscale: #2E2E2E. Windows color (decimal): -14731731 or 2962975. OLE color: 2962975.
HSL color Cylindrical-coordinate representation of color #1F362D: hue angle of 156.52º 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 #1F362D is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 54 | 45 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.79 |
| HSL | 156.52º | 0.27% | 0.17% | - |
| HSV(B) | 156.52º | 0.43% | 0.21% | - |
| XYZ | 2.36 | 3.12 | 2.96 | - |
| YUV | 46.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 45 | 0.43 | 0 | 0.17 | 0.79 | 156.52 | 0.27 | 0.17 |
| Hex | 1F | 36 | 2D | 2B | 0 | 11 | 4F | 9D | 1B | 11 |
| Octal | 37 | 66 | 55 | 53 | 0 | 21 | 117 | 235 | 33 | 21 |
| Binary | 11111 | 110110 | 101101 | 101011 | 0 | 10001 | 1001111 | 10011101 | 11011 | 10001 |
Color Harmonies of #1F362D
Complementary color
Monochromatic Colors of #1F362D
Black with #1F362D
Text Example
Text Example
White with #1F362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F362D; }
p { color: rgb(31,54,45); }
H1.HeaderClassName
{
color: #1F362D;
}
.AnyTagClassName
{
color: #1F362D;
}
</style>
background-color css
<style>
a { background-color: #1F362D; }
a { background-color: rgb(31,54,45); }
div.DivClassName
{
background-color: #1F362D;
}
.BgClassName
{
background-color: #1F362D;
}
</style>
border-color css
<style>
span { border-color: #1F362D; }
span { border-color: rgb(31,54,45); }
td.TdClassName
{
border-color: #1F362D;
}
.TagClassName
{
border-color: #1F362D;
}
</style>