Shades of Palm Green #27322D
Tints of Palm Green #27322D
RGB
CMYK
RGB Variations
Color information
#27322D (or 0x27322D) is known color: Palm Green. HEX triplet: 27, 32 and 2D. RGB value is (39,50,45). Sum of RGB (Red+Green+Blue) = 39+50+45=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #27322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27322D is #D8CDD2. Grayscale: #2E2E2E. Windows color (decimal): -14208467 or 2961959. OLE color: 2961959.
HSL color Cylindrical-coordinate representation of color #27322D: hue angle of 152.73º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #27322D is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 45 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.80 |
| HSL | 152.73º | 0.12% | 0.17% | - |
| HSV(B) | 152.73º | 0.22% | 0.2% | - |
| XYZ | 2.45 | 2.9 | 2.91 | - |
| YUV | 46.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 45 | 0.22 | 0 | 0.10 | 0.80 | 152.73 | 0.12 | 0.17 |
| Hex | 27 | 32 | 2D | 16 | 0 | A | 50 | 99 | C | 11 |
| Octal | 47 | 62 | 55 | 26 | 0 | 12 | 120 | 231 | 14 | 21 |
| Binary | 100111 | 110010 | 101101 | 10110 | 0 | 1010 | 1010000 | 10011001 | 1100 | 10001 |
Color Harmonies of #27322D
Complementary color
Monochromatic Colors of #27322D
Black with #27322D
Text Example
Text Example
White with #27322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27322D; }
p { color: rgb(39,50,45); }
H1.HeaderClassName
{
color: #27322D;
}
.AnyTagClassName
{
color: #27322D;
}
</style>
background-color css
<style>
a { background-color: #27322D; }
a { background-color: rgb(39,50,45); }
div.DivClassName
{
background-color: #27322D;
}
.BgClassName
{
background-color: #27322D;
}
</style>
border-color css
<style>
span { border-color: #27322D; }
span { border-color: rgb(39,50,45); }
td.TdClassName
{
border-color: #27322D;
}
.TagClassName
{
border-color: #27322D;
}
</style>