Shades of Palm Green #1F3D2F
Tints of Palm Green #1F3D2F
RGB
CMYK
RGB Variations
Color information
#1F3D2F (or 0x1F3D2F) is known color: Palm Green. HEX triplet: 1F, 3D and 2F. RGB value is (31,61,47). Sum of RGB (Red+Green+Blue) = 31+61+47=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D2F is #E0C2D0. Grayscale: #323232. Windows color (decimal): -14729937 or 3095839. OLE color: 3095839.
HSL color Cylindrical-coordinate representation of color #1F3D2F: hue angle of 152º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D2F is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 61 | 47 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.76 |
| HSL | 152º | 0.33% | 0.18% | - |
| HSV(B) | 152º | 0.49% | 0.24% | - |
| XYZ | 2.75 | 3.83 | 3.28 | - |
| YUV | 50.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 47 | 0.49 | 0 | 0.23 | 0.76 | 152 | 0.33 | 0.18 |
| Hex | 1F | 3D | 2F | 31 | 0 | 17 | 4C | 98 | 21 | 12 |
| Octal | 37 | 75 | 57 | 61 | 0 | 27 | 114 | 230 | 41 | 22 |
| Binary | 11111 | 111101 | 101111 | 110001 | 0 | 10111 | 1001100 | 10011000 | 100001 | 10010 |
Color Harmonies of #1F3D2F
Complementary color
Monochromatic Colors of #1F3D2F
Black with #1F3D2F
Text Example
Text Example
White with #1F3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3D2F; }
p { color: rgb(31,61,47); }
H1.HeaderClassName
{
color: #1F3D2F;
}
.AnyTagClassName
{
color: #1F3D2F;
}
</style>
background-color css
<style>
a { background-color: #1F3D2F; }
a { background-color: rgb(31,61,47); }
div.DivClassName
{
background-color: #1F3D2F;
}
.BgClassName
{
background-color: #1F3D2F;
}
</style>
border-color css
<style>
span { border-color: #1F3D2F; }
span { border-color: rgb(31,61,47); }
td.TdClassName
{
border-color: #1F3D2F;
}
.TagClassName
{
border-color: #1F3D2F;
}
</style>