Shades of Holly #2A392F
Tints of Holly #2A392F
RGB
CMYK
RGB Variations
Color information
#2A392F (or 0x2A392F) is known color: Holly. HEX triplet: 2A, 39 and 2F. RGB value is (42,57,47). Sum of RGB (Red+Green+Blue) = 42+57+47=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #2A392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A392F is #D5C6D0. Grayscale: #333333. Windows color (decimal): -14010065 or 3094826. OLE color: 3094826.
HSL color Cylindrical-coordinate representation of color #2A392F: hue angle of 140º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A392F is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 47 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.78 |
| HSL | 140º | 0.15% | 0.19% | - |
| HSV(B) | 140º | 0.26% | 0.22% | - |
| XYZ | 2.93 | 3.62 | 3.23 | - |
| YUV | 51.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 47 | 0.26 | 0 | 0.18 | 0.78 | 140 | 0.15 | 0.19 |
| Hex | 2A | 39 | 2F | 1A | 0 | 12 | 4E | 8C | F | 13 |
| Octal | 52 | 71 | 57 | 32 | 0 | 22 | 116 | 214 | 17 | 23 |
| Binary | 101010 | 111001 | 101111 | 11010 | 0 | 10010 | 1001110 | 10001100 | 1111 | 10011 |
Color Harmonies of #2A392F
Complementary color
Monochromatic Colors of #2A392F
Black with #2A392F
Text Example
Text Example
White with #2A392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A392F; }
p { color: rgb(42,57,47); }
H1.HeaderClassName
{
color: #2A392F;
}
.AnyTagClassName
{
color: #2A392F;
}
</style>
background-color css
<style>
a { background-color: #2A392F; }
a { background-color: rgb(42,57,47); }
div.DivClassName
{
background-color: #2A392F;
}
.BgClassName
{
background-color: #2A392F;
}
</style>
border-color css
<style>
span { border-color: #2A392F; }
span { border-color: rgb(42,57,47); }
td.TdClassName
{
border-color: #2A392F;
}
.TagClassName
{
border-color: #2A392F;
}
</style>