Shades of Holly #273D2F
Tints of Holly #273D2F
RGB
CMYK
RGB Variations
Color information
#273D2F (or 0x273D2F) is known color: Holly. HEX triplet: 27, 3D and 2F. RGB value is (39,61,47). Sum of RGB (Red+Green+Blue) = 39+61+47=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #273D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D2F is #D8C2D0. Grayscale: #343434. Windows color (decimal): -14205649 or 3095847. OLE color: 3095847.
HSL color Cylindrical-coordinate representation of color #273D2F: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #273D2F is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 47 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.76 |
| HSL | 141.82º | 0.22% | 0.2% | - |
| HSV(B) | 141.82º | 0.36% | 0.24% | - |
| XYZ | 3.02 | 3.97 | 3.3 | - |
| YUV | 52.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 47 | 0.36 | 0 | 0.23 | 0.76 | 141.82 | 0.22 | 0.2 |
| Hex | 27 | 3D | 2F | 24 | 0 | 17 | 4C | 8E | 16 | 14 |
| Octal | 47 | 75 | 57 | 44 | 0 | 27 | 114 | 216 | 26 | 24 |
| Binary | 100111 | 111101 | 101111 | 100100 | 0 | 10111 | 1001100 | 10001110 | 10110 | 10100 |
Color Harmonies of #273D2F
Complementary color
Monochromatic Colors of #273D2F
Black with #273D2F
Text Example
Text Example
White with #273D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D2F; }
p { color: rgb(39,61,47); }
H1.HeaderClassName
{
color: #273D2F;
}
.AnyTagClassName
{
color: #273D2F;
}
</style>
background-color css
<style>
a { background-color: #273D2F; }
a { background-color: rgb(39,61,47); }
div.DivClassName
{
background-color: #273D2F;
}
.BgClassName
{
background-color: #273D2F;
}
</style>
border-color css
<style>
span { border-color: #273D2F; }
span { border-color: rgb(39,61,47); }
td.TdClassName
{
border-color: #273D2F;
}
.TagClassName
{
border-color: #273D2F;
}
</style>