Shades of Holly #273A2D
Tints of Holly #273A2D
RGB
CMYK
RGB Variations
Color information
#273A2D (or 0x273A2D) is known color: Holly. HEX triplet: 27, 3A and 2D. RGB value is (39,58,45). Sum of RGB (Red+Green+Blue) = 39+58+45=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 58 - color contains mainly: green. Hex color #273A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A2D is #D8C5D2. Grayscale: #323232. Windows color (decimal): -14206419 or 2964007. OLE color: 2964007.
HSL color Cylindrical-coordinate representation of color #273A2D: hue angle of 138.95º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #273A2D is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 58 | 45 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.77 |
| HSL | 138.95º | 0.2% | 0.19% | - |
| HSV(B) | 138.95º | 0.33% | 0.23% | - |
| XYZ | 2.82 | 3.65 | 3.04 | - |
| YUV | 50.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 45 | 0.33 | 0 | 0.22 | 0.77 | 138.95 | 0.2 | 0.19 |
| Hex | 27 | 3A | 2D | 21 | 0 | 16 | 4D | 8B | 14 | 13 |
| Octal | 47 | 72 | 55 | 41 | 0 | 26 | 115 | 213 | 24 | 23 |
| Binary | 100111 | 111010 | 101101 | 100001 | 0 | 10110 | 1001101 | 10001011 | 10100 | 10011 |
Color Harmonies of #273A2D
Complementary color
Monochromatic Colors of #273A2D
Black with #273A2D
Text Example
Text Example
White with #273A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A2D; }
p { color: rgb(39,58,45); }
H1.HeaderClassName
{
color: #273A2D;
}
.AnyTagClassName
{
color: #273A2D;
}
</style>
background-color css
<style>
a { background-color: #273A2D; }
a { background-color: rgb(39,58,45); }
div.DivClassName
{
background-color: #273A2D;
}
.BgClassName
{
background-color: #273A2D;
}
</style>
border-color css
<style>
span { border-color: #273A2D; }
span { border-color: rgb(39,58,45); }
td.TdClassName
{
border-color: #273A2D;
}
.TagClassName
{
border-color: #273A2D;
}
</style>