Shades of Palm Green #1C3B2F
Tints of Palm Green #1C3B2F
RGB
CMYK
RGB Variations
Color information
#1C3B2F (or 0x1C3B2F) is known color: Palm Green. HEX triplet: 1C, 3B and 2F. RGB value is (28,59,47). Sum of RGB (Red+Green+Blue) = 28+59+47=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #1C3B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3B2F is #E3C4D0. Grayscale: #303030. Windows color (decimal): -14927057 or 3095324. OLE color: 3095324.
HSL color Cylindrical-coordinate representation of color #1C3B2F: hue angle of 156.77º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C3B2F is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 59 | 47 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.77 |
| HSL | 156.77º | 0.36% | 0.17% | - |
| HSV(B) | 156.77º | 0.53% | 0.23% | - |
| XYZ | 2.56 | 3.58 | 3.25 | - |
| YUV | 48.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 47 | 0.53 | 0 | 0.20 | 0.77 | 156.77 | 0.36 | 0.17 |
| Hex | 1C | 3B | 2F | 35 | 0 | 14 | 4D | 9D | 24 | 11 |
| Octal | 34 | 73 | 57 | 65 | 0 | 24 | 115 | 235 | 44 | 21 |
| Binary | 11100 | 111011 | 101111 | 110101 | 0 | 10100 | 1001101 | 10011101 | 100100 | 10001 |
Color Harmonies of #1C3B2F
Complementary color
Monochromatic Colors of #1C3B2F
Black with #1C3B2F
Text Example
Text Example
White with #1C3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3B2F; }
p { color: rgb(28,59,47); }
H1.HeaderClassName
{
color: #1C3B2F;
}
.AnyTagClassName
{
color: #1C3B2F;
}
</style>
background-color css
<style>
a { background-color: #1C3B2F; }
a { background-color: rgb(28,59,47); }
div.DivClassName
{
background-color: #1C3B2F;
}
.BgClassName
{
background-color: #1C3B2F;
}
</style>
border-color css
<style>
span { border-color: #1C3B2F; }
span { border-color: rgb(28,59,47); }
td.TdClassName
{
border-color: #1C3B2F;
}
.TagClassName
{
border-color: #1C3B2F;
}
</style>