Shades of Palm Green #1B3F2C
Tints of Palm Green #1B3F2C
RGB
CMYK
RGB Variations
Color information
#1B3F2C (or 0x1B3F2C) is known color: Palm Green. HEX triplet: 1B, 3F and 2C. RGB value is (27,63,44). Sum of RGB (Red+Green+Blue) = 27+63+44=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #1B3F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3F2C is #E4C0D3. Grayscale: #323232. Windows color (decimal): -14991572 or 2899739. OLE color: 2899739.
HSL color Cylindrical-coordinate representation of color #1B3F2C: hue angle of 148.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B3F2C is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 63 | 44 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.75 |
| HSL | 148.33º | 0.4% | 0.18% | - |
| HSV(B) | 148.33º | 0.57% | 0.25% | - |
| XYZ | 2.68 | 3.97 | 3.01 | - |
| YUV | 50.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 44 | 0.57 | 0 | 0.30 | 0.75 | 148.33 | 0.4 | 0.18 |
| Hex | 1B | 3F | 2C | 39 | 0 | 1E | 4B | 94 | 28 | 12 |
| Octal | 33 | 77 | 54 | 71 | 0 | 36 | 113 | 224 | 50 | 22 |
| Binary | 11011 | 111111 | 101100 | 111001 | 0 | 11110 | 1001011 | 10010100 | 101000 | 10010 |
Color Harmonies of #1B3F2C
Complementary color
Monochromatic Colors of #1B3F2C
Black with #1B3F2C
Text Example
Text Example
White with #1B3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3F2C; }
p { color: rgb(27,63,44); }
H1.HeaderClassName
{
color: #1B3F2C;
}
.AnyTagClassName
{
color: #1B3F2C;
}
</style>
background-color css
<style>
a { background-color: #1B3F2C; }
a { background-color: rgb(27,63,44); }
div.DivClassName
{
background-color: #1B3F2C;
}
.BgClassName
{
background-color: #1B3F2C;
}
</style>
border-color css
<style>
span { border-color: #1B3F2C; }
span { border-color: rgb(27,63,44); }
td.TdClassName
{
border-color: #1B3F2C;
}
.TagClassName
{
border-color: #1B3F2C;
}
</style>