Shades of Palm Green #1B3D2D
Tints of Palm Green #1B3D2D
RGB
CMYK
RGB Variations
Color information
#1B3D2D (or 0x1B3D2D) is known color: Palm Green. HEX triplet: 1B, 3D and 2D. RGB value is (27,61,45). Sum of RGB (Red+Green+Blue) = 27+61+45=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #1B3D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D2D is #E4C2D2. Grayscale: #313131. Windows color (decimal): -14992083 or 2964763. OLE color: 2964763.
HSL color Cylindrical-coordinate representation of color #1B3D2D: hue angle of 151.76º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3D2D is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 61 | 45 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.76 |
| HSL | 151.76º | 0.39% | 0.17% | - |
| HSV(B) | 151.76º | 0.56% | 0.24% | - |
| XYZ | 2.59 | 3.76 | 3.07 | - |
| YUV | 49.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 45 | 0.56 | 0 | 0.26 | 0.76 | 151.76 | 0.39 | 0.17 |
| Hex | 1B | 3D | 2D | 38 | 0 | 1A | 4C | 98 | 27 | 11 |
| Octal | 33 | 75 | 55 | 70 | 0 | 32 | 114 | 230 | 47 | 21 |
| Binary | 11011 | 111101 | 101101 | 111000 | 0 | 11010 | 1001100 | 10011000 | 100111 | 10001 |
Color Harmonies of #1B3D2D
Complementary color
Monochromatic Colors of #1B3D2D
Black with #1B3D2D
Text Example
Text Example
White with #1B3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D2D; }
p { color: rgb(27,61,45); }
H1.HeaderClassName
{
color: #1B3D2D;
}
.AnyTagClassName
{
color: #1B3D2D;
}
</style>
background-color css
<style>
a { background-color: #1B3D2D; }
a { background-color: rgb(27,61,45); }
div.DivClassName
{
background-color: #1B3D2D;
}
.BgClassName
{
background-color: #1B3D2D;
}
</style>
border-color css
<style>
span { border-color: #1B3D2D; }
span { border-color: rgb(27,61,45); }
td.TdClassName
{
border-color: #1B3D2D;
}
.TagClassName
{
border-color: #1B3D2D;
}
</style>