Shades of Palm Green #1F3C2C
Tints of Palm Green #1F3C2C
RGB
CMYK
RGB Variations
Color information
#1F3C2C (or 0x1F3C2C) is known color: Palm Green. HEX triplet: 1F, 3C and 2C. RGB value is (31,60,44). Sum of RGB (Red+Green+Blue) = 31+60+44=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C2C is #E0C3D3. Grayscale: #313131. Windows color (decimal): -14730196 or 2898975. OLE color: 2898975.
HSL color Cylindrical-coordinate representation of color #1F3C2C: hue angle of 146.9º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F3C2C is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 60 | 44 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.76 |
| HSL | 146.9º | 0.32% | 0.18% | - |
| HSV(B) | 146.9º | 0.48% | 0.24% | - |
| XYZ | 2.64 | 3.7 | 2.96 | - |
| YUV | 49.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 44 | 0.48 | 0 | 0.27 | 0.76 | 146.9 | 0.32 | 0.18 |
| Hex | 1F | 3C | 2C | 30 | 0 | 1B | 4C | 93 | 20 | 12 |
| Octal | 37 | 74 | 54 | 60 | 0 | 33 | 114 | 223 | 40 | 22 |
| Binary | 11111 | 111100 | 101100 | 110000 | 0 | 11011 | 1001100 | 10010011 | 100000 | 10010 |
Color Harmonies of #1F3C2C
Complementary color
Monochromatic Colors of #1F3C2C
Black with #1F3C2C
Text Example
Text Example
White with #1F3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C2C; }
p { color: rgb(31,60,44); }
H1.HeaderClassName
{
color: #1F3C2C;
}
.AnyTagClassName
{
color: #1F3C2C;
}
</style>
background-color css
<style>
a { background-color: #1F3C2C; }
a { background-color: rgb(31,60,44); }
div.DivClassName
{
background-color: #1F3C2C;
}
.BgClassName
{
background-color: #1F3C2C;
}
</style>
border-color css
<style>
span { border-color: #1F3C2C; }
span { border-color: rgb(31,60,44); }
td.TdClassName
{
border-color: #1F3C2C;
}
.TagClassName
{
border-color: #1F3C2C;
}
</style>