Shades of Palm Green #1C3B2A
Tints of Palm Green #1C3B2A
RGB
CMYK
RGB Variations
Color information
#1C3B2A (or 0x1C3B2A) is known color: Palm Green. HEX triplet: 1C, 3B and 2A. RGB value is (28,59,42). Sum of RGB (Red+Green+Blue) = 28+59+42=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #1C3B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3B2A is #E3C4D5. Grayscale: #2F2F2F. Windows color (decimal): -14927062 or 2767644. OLE color: 2767644.
HSL color Cylindrical-coordinate representation of color #1C3B2A: hue angle of 147.1º 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 #1C3B2A is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 59 | 42 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.77 |
| HSL | 147.1º | 0.36% | 0.17% | - |
| HSV(B) | 147.1º | 0.53% | 0.23% | - |
| XYZ | 2.46 | 3.54 | 2.74 | - |
| YUV | 47.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 42 | 0.53 | 0 | 0.29 | 0.77 | 147.1 | 0.36 | 0.17 |
| Hex | 1C | 3B | 2A | 35 | 0 | 1D | 4D | 93 | 24 | 11 |
| Octal | 34 | 73 | 52 | 65 | 0 | 35 | 115 | 223 | 44 | 21 |
| Binary | 11100 | 111011 | 101010 | 110101 | 0 | 11101 | 1001101 | 10010011 | 100100 | 10001 |
Color Harmonies of #1C3B2A
Complementary color
Monochromatic Colors of #1C3B2A
Black with #1C3B2A
Text Example
Text Example
White with #1C3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3B2A; }
p { color: rgb(28,59,42); }
H1.HeaderClassName
{
color: #1C3B2A;
}
.AnyTagClassName
{
color: #1C3B2A;
}
</style>
background-color css
<style>
a { background-color: #1C3B2A; }
a { background-color: rgb(28,59,42); }
div.DivClassName
{
background-color: #1C3B2A;
}
.BgClassName
{
background-color: #1C3B2A;
}
</style>
border-color css
<style>
span { border-color: #1C3B2A; }
span { border-color: rgb(28,59,42); }
td.TdClassName
{
border-color: #1C3B2A;
}
.TagClassName
{
border-color: #1C3B2A;
}
</style>