Shades of Holly #273C2E
Tints of Holly #273C2E
RGB
CMYK
RGB Variations
Color information
#273C2E (or 0x273C2E) is known color: Holly. HEX triplet: 27, 3C and 2E. RGB value is (39,60,46). Sum of RGB (Red+Green+Blue) = 39+60+46=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #273C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C2E is #D8C3D1. Grayscale: #343434. Windows color (decimal): -14205906 or 3030055. OLE color: 3030055.
HSL color Cylindrical-coordinate representation of color #273C2E: hue angle of 140º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273C2E is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 46 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.76 |
| HSL | 140º | 0.21% | 0.19% | - |
| HSV(B) | 140º | 0.35% | 0.24% | - |
| XYZ | 2.95 | 3.86 | 3.17 | - |
| YUV | 52.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 46 | 0.35 | 0 | 0.23 | 0.76 | 140 | 0.21 | 0.19 |
| Hex | 27 | 3C | 2E | 23 | 0 | 17 | 4C | 8C | 15 | 13 |
| Octal | 47 | 74 | 56 | 43 | 0 | 27 | 114 | 214 | 25 | 23 |
| Binary | 100111 | 111100 | 101110 | 100011 | 0 | 10111 | 1001100 | 10001100 | 10101 | 10011 |
Color Harmonies of #273C2E
Complementary color
Monochromatic Colors of #273C2E
Black with #273C2E
Text Example
Text Example
White with #273C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C2E; }
p { color: rgb(39,60,46); }
H1.HeaderClassName
{
color: #273C2E;
}
.AnyTagClassName
{
color: #273C2E;
}
</style>
background-color css
<style>
a { background-color: #273C2E; }
a { background-color: rgb(39,60,46); }
div.DivClassName
{
background-color: #273C2E;
}
.BgClassName
{
background-color: #273C2E;
}
</style>
border-color css
<style>
span { border-color: #273C2E; }
span { border-color: rgb(39,60,46); }
td.TdClassName
{
border-color: #273C2E;
}
.TagClassName
{
border-color: #273C2E;
}
</style>