Shades of Palm Green #1F3D2B
Tints of Palm Green #1F3D2B
RGB
CMYK
RGB Variations
Color information
#1F3D2B (or 0x1F3D2B) is known color: Palm Green. HEX triplet: 1F, 3D and 2B. RGB value is (31,61,43). Sum of RGB (Red+Green+Blue) = 31+61+43=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D2B is #E0C2D4. Grayscale: #323232. Windows color (decimal): -14729941 or 2833695. OLE color: 2833695.
HSL color Cylindrical-coordinate representation of color #1F3D2B: hue angle of 144º 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 #1F3D2B is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 61 | 43 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.76 |
| HSL | 144º | 0.33% | 0.18% | - |
| HSV(B) | 144º | 0.49% | 0.24% | - |
| XYZ | 2.67 | 3.8 | 2.88 | - |
| YUV | 49.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 43 | 0.49 | 0 | 0.30 | 0.76 | 144 | 0.33 | 0.18 |
| Hex | 1F | 3D | 2B | 31 | 0 | 1E | 4C | 90 | 21 | 12 |
| Octal | 37 | 75 | 53 | 61 | 0 | 36 | 114 | 220 | 41 | 22 |
| Binary | 11111 | 111101 | 101011 | 110001 | 0 | 11110 | 1001100 | 10010000 | 100001 | 10010 |
Color Harmonies of #1F3D2B
Complementary color
Monochromatic Colors of #1F3D2B
Black with #1F3D2B
Text Example
Text Example
White with #1F3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3D2B; }
p { color: rgb(31,61,43); }
H1.HeaderClassName
{
color: #1F3D2B;
}
.AnyTagClassName
{
color: #1F3D2B;
}
</style>
background-color css
<style>
a { background-color: #1F3D2B; }
a { background-color: rgb(31,61,43); }
div.DivClassName
{
background-color: #1F3D2B;
}
.BgClassName
{
background-color: #1F3D2B;
}
</style>
border-color css
<style>
span { border-color: #1F3D2B; }
span { border-color: rgb(31,61,43); }
td.TdClassName
{
border-color: #1F3D2B;
}
.TagClassName
{
border-color: #1F3D2B;
}
</style>