Shades of Palm Green #1F362B
Tints of Palm Green #1F362B
RGB
CMYK
RGB Variations
Color information
#1F362B (or 0x1F362B) is known color: Palm Green. HEX triplet: 1F, 36 and 2B. RGB value is (31,54,43). Sum of RGB (Red+Green+Blue) = 31+54+43=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #1F362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F362B is #E0C9D4. Grayscale: #2D2D2D. Windows color (decimal): -14731733 or 2831903. OLE color: 2831903.
HSL color Cylindrical-coordinate representation of color #1F362B: hue angle of 151.3º 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 #1F362B is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 54 | 43 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.79 |
| HSL | 151.3º | 0.27% | 0.17% | - |
| HSV(B) | 151.3º | 0.43% | 0.21% | - |
| XYZ | 2.32 | 3.1 | 2.76 | - |
| YUV | 45.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 43 | 0.43 | 0 | 0.20 | 0.79 | 151.3 | 0.27 | 0.17 |
| Hex | 1F | 36 | 2B | 2B | 0 | 14 | 4F | 97 | 1B | 11 |
| Octal | 37 | 66 | 53 | 53 | 0 | 24 | 117 | 227 | 33 | 21 |
| Binary | 11111 | 110110 | 101011 | 101011 | 0 | 10100 | 1001111 | 10010111 | 11011 | 10001 |
Color Harmonies of #1F362B
Complementary color
Monochromatic Colors of #1F362B
Black with #1F362B
Text Example
Text Example
White with #1F362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F362B; }
p { color: rgb(31,54,43); }
H1.HeaderClassName
{
color: #1F362B;
}
.AnyTagClassName
{
color: #1F362B;
}
</style>
background-color css
<style>
a { background-color: #1F362B; }
a { background-color: rgb(31,54,43); }
div.DivClassName
{
background-color: #1F362B;
}
.BgClassName
{
background-color: #1F362B;
}
</style>
border-color css
<style>
span { border-color: #1F362B; }
span { border-color: rgb(31,54,43); }
td.TdClassName
{
border-color: #1F362B;
}
.TagClassName
{
border-color: #1F362B;
}
</style>