Shades of Palm Green #1F3B2D
Tints of Palm Green #1F3B2D
RGB
CMYK
RGB Variations
Color information
#1F3B2D (or 0x1F3B2D) is known color: Palm Green. HEX triplet: 1F, 3B and 2D. RGB value is (31,59,45). Sum of RGB (Red+Green+Blue) = 31+59+45=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B2D is #E0C4D2. Grayscale: #313131. Windows color (decimal): -14730451 or 2964255. OLE color: 2964255.
HSL color Cylindrical-coordinate representation of color #1F3B2D: hue angle of 150º 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 #1F3B2D is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 59 | 45 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.77 |
| HSL | 150º | 0.31% | 0.18% | - |
| HSV(B) | 150º | 0.47% | 0.23% | - |
| XYZ | 2.6 | 3.61 | 3.04 | - |
| YUV | 49.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 45 | 0.47 | 0 | 0.24 | 0.77 | 150 | 0.31 | 0.18 |
| Hex | 1F | 3B | 2D | 2F | 0 | 18 | 4D | 96 | 1F | 12 |
| Octal | 37 | 73 | 55 | 57 | 0 | 30 | 115 | 226 | 37 | 22 |
| Binary | 11111 | 111011 | 101101 | 101111 | 0 | 11000 | 1001101 | 10010110 | 11111 | 10010 |
Color Harmonies of #1F3B2D
Complementary color
Monochromatic Colors of #1F3B2D
Black with #1F3B2D
Text Example
Text Example
White with #1F3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B2D; }
p { color: rgb(31,59,45); }
H1.HeaderClassName
{
color: #1F3B2D;
}
.AnyTagClassName
{
color: #1F3B2D;
}
</style>
background-color css
<style>
a { background-color: #1F3B2D; }
a { background-color: rgb(31,59,45); }
div.DivClassName
{
background-color: #1F3B2D;
}
.BgClassName
{
background-color: #1F3B2D;
}
</style>
border-color css
<style>
span { border-color: #1F3B2D; }
span { border-color: rgb(31,59,45); }
td.TdClassName
{
border-color: #1F3B2D;
}
.TagClassName
{
border-color: #1F3B2D;
}
</style>