Shades of Palm Green #1B3C2C
Tints of Palm Green #1B3C2C
RGB
CMYK
RGB Variations
Color information
#1B3C2C (or 0x1B3C2C) is known color: Palm Green. HEX triplet: 1B, 3C and 2C. RGB value is (27,60,44). Sum of RGB (Red+Green+Blue) = 27+60+44=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #1B3C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3C2C is #E4C3D3. Grayscale: #303030. Windows color (decimal): -14992340 or 2898971. OLE color: 2898971.
HSL color Cylindrical-coordinate representation of color #1B3C2C: hue angle of 150.91º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B3C2C is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 60 | 44 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.76 |
| HSL | 150.91º | 0.38% | 0.17% | - |
| HSV(B) | 150.91º | 0.55% | 0.24% | - |
| XYZ | 2.52 | 3.65 | 2.95 | - |
| YUV | 48.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 44 | 0.55 | 0 | 0.27 | 0.76 | 150.91 | 0.38 | 0.17 |
| Hex | 1B | 3C | 2C | 37 | 0 | 1B | 4C | 97 | 26 | 11 |
| Octal | 33 | 74 | 54 | 67 | 0 | 33 | 114 | 227 | 46 | 21 |
| Binary | 11011 | 111100 | 101100 | 110111 | 0 | 11011 | 1001100 | 10010111 | 100110 | 10001 |
Color Harmonies of #1B3C2C
Complementary color
Monochromatic Colors of #1B3C2C
Black with #1B3C2C
Text Example
Text Example
White with #1B3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C2C; }
p { color: rgb(27,60,44); }
H1.HeaderClassName
{
color: #1B3C2C;
}
.AnyTagClassName
{
color: #1B3C2C;
}
</style>
background-color css
<style>
a { background-color: #1B3C2C; }
a { background-color: rgb(27,60,44); }
div.DivClassName
{
background-color: #1B3C2C;
}
.BgClassName
{
background-color: #1B3C2C;
}
</style>
border-color css
<style>
span { border-color: #1B3C2C; }
span { border-color: rgb(27,60,44); }
td.TdClassName
{
border-color: #1B3C2C;
}
.TagClassName
{
border-color: #1B3C2C;
}
</style>