Shades of Palm Green #1F3A30
Tints of Palm Green #1F3A30
RGB
CMYK
RGB Variations
Color information
#1F3A30 (or 0x1F3A30) is known color: Palm Green. HEX triplet: 1F, 3A and 30. RGB value is (31,58,48). Sum of RGB (Red+Green+Blue) = 31+58+48=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3A30 is #E0C5CF. Grayscale: #303030. Windows color (decimal): -14730704 or 3160607. OLE color: 3160607.
HSL color Cylindrical-coordinate representation of color #1F3A30: hue angle of 157.78º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3A30 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 58 | 48 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.77 |
| HSL | 157.78º | 0.3% | 0.17% | - |
| HSV(B) | 157.78º | 0.47% | 0.23% | - |
| XYZ | 2.61 | 3.53 | 3.34 | - |
| YUV | 48.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 48 | 0.47 | 0 | 0.17 | 0.77 | 157.78 | 0.3 | 0.17 |
| Hex | 1F | 3A | 30 | 2F | 0 | 11 | 4D | 9E | 1E | 11 |
| Octal | 37 | 72 | 60 | 57 | 0 | 21 | 115 | 236 | 36 | 21 |
| Binary | 11111 | 111010 | 110000 | 101111 | 0 | 10001 | 1001101 | 10011110 | 11110 | 10001 |
Color Harmonies of #1F3A30
Complementary color
Monochromatic Colors of #1F3A30
Black with #1F3A30
Text Example
Text Example
White with #1F3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3A30; }
p { color: rgb(31,58,48); }
H1.HeaderClassName
{
color: #1F3A30;
}
.AnyTagClassName
{
color: #1F3A30;
}
</style>
background-color css
<style>
a { background-color: #1F3A30; }
a { background-color: rgb(31,58,48); }
div.DivClassName
{
background-color: #1F3A30;
}
.BgClassName
{
background-color: #1F3A30;
}
</style>
border-color css
<style>
span { border-color: #1F3A30; }
span { border-color: rgb(31,58,48); }
td.TdClassName
{
border-color: #1F3A30;
}
.TagClassName
{
border-color: #1F3A30;
}
</style>