Shades of Holly #273B2F
Tints of Holly #273B2F
RGB
CMYK
RGB Variations
Color information
#273B2F (or 0x273B2F) is known color: Holly. HEX triplet: 27, 3B and 2F. RGB value is (39,59,47). Sum of RGB (Red+Green+Blue) = 39+59+47=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #273B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B2F is #D8C4D0. Grayscale: #333333. Windows color (decimal): -14206161 or 3095335. OLE color: 3095335.
HSL color Cylindrical-coordinate representation of color #273B2F: hue angle of 144º 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 #273B2F is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 59 | 47 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.77 |
| HSL | 144º | 0.2% | 0.19% | - |
| HSV(B) | 144º | 0.34% | 0.23% | - |
| XYZ | 2.91 | 3.76 | 3.26 | - |
| YUV | 51.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 47 | 0.34 | 0 | 0.20 | 0.77 | 144 | 0.2 | 0.19 |
| Hex | 27 | 3B | 2F | 22 | 0 | 14 | 4D | 90 | 14 | 13 |
| Octal | 47 | 73 | 57 | 42 | 0 | 24 | 115 | 220 | 24 | 23 |
| Binary | 100111 | 111011 | 101111 | 100010 | 0 | 10100 | 1001101 | 10010000 | 10100 | 10011 |
Color Harmonies of #273B2F
Complementary color
Monochromatic Colors of #273B2F
Black with #273B2F
Text Example
Text Example
White with #273B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B2F; }
p { color: rgb(39,59,47); }
H1.HeaderClassName
{
color: #273B2F;
}
.AnyTagClassName
{
color: #273B2F;
}
</style>
background-color css
<style>
a { background-color: #273B2F; }
a { background-color: rgb(39,59,47); }
div.DivClassName
{
background-color: #273B2F;
}
.BgClassName
{
background-color: #273B2F;
}
</style>
border-color css
<style>
span { border-color: #273B2F; }
span { border-color: rgb(39,59,47); }
td.TdClassName
{
border-color: #273B2F;
}
.TagClassName
{
border-color: #273B2F;
}
</style>