Shades of Palm Green #27352F
Tints of Palm Green #27352F
RGB
CMYK
RGB Variations
Color information
#27352F (or 0x27352F) is known color: Palm Green. HEX triplet: 27, 35 and 2F. RGB value is (39,53,47). Sum of RGB (Red+Green+Blue) = 39+53+47=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 53 - color contains mainly: green. Hex color #27352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27352F is #D8CAD0. Grayscale: #303030. Windows color (decimal): -14207697 or 3093799. OLE color: 3093799.
HSL color Cylindrical-coordinate representation of color #27352F: hue angle of 154.29º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #27352F is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 53 | 47 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.79 |
| HSL | 154.29º | 0.15% | 0.18% | - |
| HSV(B) | 154.29º | 0.26% | 0.21% | - |
| XYZ | 2.62 | 3.18 | 3.17 | - |
| YUV | 48.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 47 | 0.26 | 0 | 0.11 | 0.79 | 154.29 | 0.15 | 0.18 |
| Hex | 27 | 35 | 2F | 1A | 0 | B | 4F | 9A | F | 12 |
| Octal | 47 | 65 | 57 | 32 | 0 | 13 | 117 | 232 | 17 | 22 |
| Binary | 100111 | 110101 | 101111 | 11010 | 0 | 1011 | 1001111 | 10011010 | 1111 | 10010 |
Color Harmonies of #27352F
Complementary color
Monochromatic Colors of #27352F
Black with #27352F
Text Example
Text Example
White with #27352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27352F; }
p { color: rgb(39,53,47); }
H1.HeaderClassName
{
color: #27352F;
}
.AnyTagClassName
{
color: #27352F;
}
</style>
background-color css
<style>
a { background-color: #27352F; }
a { background-color: rgb(39,53,47); }
div.DivClassName
{
background-color: #27352F;
}
.BgClassName
{
background-color: #27352F;
}
</style>
border-color css
<style>
span { border-color: #27352F; }
span { border-color: rgb(39,53,47); }
td.TdClassName
{
border-color: #27352F;
}
.TagClassName
{
border-color: #27352F;
}
</style>