Shades of Palm Green #1B3D2F
Tints of Palm Green #1B3D2F
RGB
CMYK
RGB Variations
Color information
#1B3D2F (or 0x1B3D2F) is known color: Palm Green. HEX triplet: 1B, 3D and 2F. RGB value is (27,61,47). Sum of RGB (Red+Green+Blue) = 27+61+47=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #1B3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D2F is #E4C2D0. Grayscale: #313131. Windows color (decimal): -14992081 or 3095835. OLE color: 3095835.
HSL color Cylindrical-coordinate representation of color #1B3D2F: hue angle of 155.29º 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 #1B3D2F is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 61 | 47 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.76 |
| HSL | 155.29º | 0.39% | 0.17% | - |
| HSV(B) | 155.29º | 0.56% | 0.24% | - |
| XYZ | 2.63 | 3.78 | 3.28 | - |
| YUV | 49.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 47 | 0.56 | 0 | 0.23 | 0.76 | 155.29 | 0.39 | 0.17 |
| Hex | 1B | 3D | 2F | 38 | 0 | 17 | 4C | 9B | 27 | 11 |
| Octal | 33 | 75 | 57 | 70 | 0 | 27 | 114 | 233 | 47 | 21 |
| Binary | 11011 | 111101 | 101111 | 111000 | 0 | 10111 | 1001100 | 10011011 | 100111 | 10001 |
Color Harmonies of #1B3D2F
Complementary color
Monochromatic Colors of #1B3D2F
Black with #1B3D2F
Text Example
Text Example
White with #1B3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D2F; }
p { color: rgb(27,61,47); }
H1.HeaderClassName
{
color: #1B3D2F;
}
.AnyTagClassName
{
color: #1B3D2F;
}
</style>
background-color css
<style>
a { background-color: #1B3D2F; }
a { background-color: rgb(27,61,47); }
div.DivClassName
{
background-color: #1B3D2F;
}
.BgClassName
{
background-color: #1B3D2F;
}
</style>
border-color css
<style>
span { border-color: #1B3D2F; }
span { border-color: rgb(27,61,47); }
td.TdClassName
{
border-color: #1B3D2F;
}
.TagClassName
{
border-color: #1B3D2F;
}
</style>