Shades of Holly #273B2E
Tints of Holly #273B2E
RGB
CMYK
RGB Variations
Color information
#273B2E (or 0x273B2E) is known color: Holly. HEX triplet: 27, 3B and 2E. RGB value is (39,59,46). Sum of RGB (Red+Green+Blue) = 39+59+46=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #273B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B2E is #D8C4D1. Grayscale: #333333. Windows color (decimal): -14206162 or 3029799. OLE color: 3029799.
HSL color Cylindrical-coordinate representation of color #273B2E: hue angle of 141º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #273B2E is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 59 | 46 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.77 |
| HSL | 141º | 0.2% | 0.19% | - |
| HSV(B) | 141º | 0.34% | 0.23% | - |
| XYZ | 2.89 | 3.76 | 3.16 | - |
| YUV | 51.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 46 | 0.34 | 0 | 0.22 | 0.77 | 141 | 0.2 | 0.19 |
| Hex | 27 | 3B | 2E | 22 | 0 | 16 | 4D | 8D | 14 | 13 |
| Octal | 47 | 73 | 56 | 42 | 0 | 26 | 115 | 215 | 24 | 23 |
| Binary | 100111 | 111011 | 101110 | 100010 | 0 | 10110 | 1001101 | 10001101 | 10100 | 10011 |
Color Harmonies of #273B2E
Complementary color
Monochromatic Colors of #273B2E
Black with #273B2E
Text Example
Text Example
White with #273B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B2E; }
p { color: rgb(39,59,46); }
H1.HeaderClassName
{
color: #273B2E;
}
.AnyTagClassName
{
color: #273B2E;
}
</style>
background-color css
<style>
a { background-color: #273B2E; }
a { background-color: rgb(39,59,46); }
div.DivClassName
{
background-color: #273B2E;
}
.BgClassName
{
background-color: #273B2E;
}
</style>
border-color css
<style>
span { border-color: #273B2E; }
span { border-color: rgb(39,59,46); }
td.TdClassName
{
border-color: #273B2E;
}
.TagClassName
{
border-color: #273B2E;
}
</style>