Shades of English Holly #273E31
Tints of English Holly #273E31
RGB
CMYK
RGB Variations
Color information
#273E31 (or 0x273E31) is known color: English Holly. HEX triplet: 27, 3E and 31. RGB value is (39,62,49). Sum of RGB (Red+Green+Blue) = 39+62+49=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #273E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273E31 is #D8C1CE. Grayscale: #353535. Windows color (decimal): -14205391 or 3227175. OLE color: 3227175.
HSL color Cylindrical-coordinate representation of color #273E31: hue angle of 146.09º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #273E31 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 62 | 49 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.76 |
| HSL | 146.09º | 0.23% | 0.2% | - |
| HSV(B) | 146.09º | 0.37% | 0.24% | - |
| XYZ | 3.11 | 4.1 | 3.53 | - |
| YUV | 53.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 49 | 0.37 | 0 | 0.21 | 0.76 | 146.09 | 0.23 | 0.2 |
| Hex | 27 | 3E | 31 | 25 | 0 | 15 | 4C | 92 | 17 | 14 |
| Octal | 47 | 76 | 61 | 45 | 0 | 25 | 114 | 222 | 27 | 24 |
| Binary | 100111 | 111110 | 110001 | 100101 | 0 | 10101 | 1001100 | 10010010 | 10111 | 10100 |
Color Harmonies of #273E31
Complementary color
Monochromatic Colors of #273E31
Black with #273E31
Text Example
Text Example
White with #273E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E31; }
p { color: rgb(39,62,49); }
H1.HeaderClassName
{
color: #273E31;
}
.AnyTagClassName
{
color: #273E31;
}
</style>
background-color css
<style>
a { background-color: #273E31; }
a { background-color: rgb(39,62,49); }
div.DivClassName
{
background-color: #273E31;
}
.BgClassName
{
background-color: #273E31;
}
</style>
border-color css
<style>
span { border-color: #273E31; }
span { border-color: rgb(39,62,49); }
td.TdClassName
{
border-color: #273E31;
}
.TagClassName
{
border-color: #273E31;
}
</style>