Shades of Holly #273B2D
Tints of Holly #273B2D
RGB
CMYK
RGB Variations
Color information
#273B2D (or 0x273B2D) is known color: Holly. HEX triplet: 27, 3B and 2D. RGB value is (39,59,45). Sum of RGB (Red+Green+Blue) = 39+59+45=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 59 - color contains mainly: green. Hex color #273B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B2D is #D8C4D2. Grayscale: #333333. Windows color (decimal): -14206163 or 2964263. OLE color: 2964263.
HSL color Cylindrical-coordinate representation of color #273B2D: hue angle of 138º 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 #273B2D is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 59 | 45 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.77 |
| HSL | 138º | 0.2% | 0.19% | - |
| HSV(B) | 138º | 0.34% | 0.23% | - |
| XYZ | 2.87 | 3.75 | 3.05 | - |
| YUV | 51.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 45 | 0.34 | 0 | 0.24 | 0.77 | 138 | 0.2 | 0.19 |
| Hex | 27 | 3B | 2D | 22 | 0 | 18 | 4D | 8A | 14 | 13 |
| Octal | 47 | 73 | 55 | 42 | 0 | 30 | 115 | 212 | 24 | 23 |
| Binary | 100111 | 111011 | 101101 | 100010 | 0 | 11000 | 1001101 | 10001010 | 10100 | 10011 |
Color Harmonies of #273B2D
Complementary color
Monochromatic Colors of #273B2D
Black with #273B2D
Text Example
Text Example
White with #273B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B2D; }
p { color: rgb(39,59,45); }
H1.HeaderClassName
{
color: #273B2D;
}
.AnyTagClassName
{
color: #273B2D;
}
</style>
background-color css
<style>
a { background-color: #273B2D; }
a { background-color: rgb(39,59,45); }
div.DivClassName
{
background-color: #273B2D;
}
.BgClassName
{
background-color: #273B2D;
}
</style>
border-color css
<style>
span { border-color: #273B2D; }
span { border-color: rgb(39,59,45); }
td.TdClassName
{
border-color: #273B2D;
}
.TagClassName
{
border-color: #273B2D;
}
</style>