Shades of Palm Green #1F3C2F
Tints of Palm Green #1F3C2F
RGB
CMYK
RGB Variations
Color information
#1F3C2F (or 0x1F3C2F) is known color: Palm Green. HEX triplet: 1F, 3C and 2F. RGB value is (31,60,47). Sum of RGB (Red+Green+Blue) = 31+60+47=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C2F is #E0C3D0. Grayscale: #313131. Windows color (decimal): -14730193 or 3095583. OLE color: 3095583.
HSL color Cylindrical-coordinate representation of color #1F3C2F: hue angle of 153.1º 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 #1F3C2F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 60 | 47 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.76 |
| HSL | 153.1º | 0.32% | 0.18% | - |
| HSV(B) | 153.1º | 0.48% | 0.24% | - |
| XYZ | 2.69 | 3.73 | 3.27 | - |
| YUV | 49.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 47 | 0.48 | 0 | 0.22 | 0.76 | 153.1 | 0.32 | 0.18 |
| Hex | 1F | 3C | 2F | 30 | 0 | 16 | 4C | 99 | 20 | 12 |
| Octal | 37 | 74 | 57 | 60 | 0 | 26 | 114 | 231 | 40 | 22 |
| Binary | 11111 | 111100 | 101111 | 110000 | 0 | 10110 | 1001100 | 10011001 | 100000 | 10010 |
Color Harmonies of #1F3C2F
Complementary color
Monochromatic Colors of #1F3C2F
Black with #1F3C2F
Text Example
Text Example
White with #1F3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C2F; }
p { color: rgb(31,60,47); }
H1.HeaderClassName
{
color: #1F3C2F;
}
.AnyTagClassName
{
color: #1F3C2F;
}
</style>
background-color css
<style>
a { background-color: #1F3C2F; }
a { background-color: rgb(31,60,47); }
div.DivClassName
{
background-color: #1F3C2F;
}
.BgClassName
{
background-color: #1F3C2F;
}
</style>
border-color css
<style>
span { border-color: #1F3C2F; }
span { border-color: rgb(31,60,47); }
td.TdClassName
{
border-color: #1F3C2F;
}
.TagClassName
{
border-color: #1F3C2F;
}
</style>