Shades of Holly #2A362F
Tints of Holly #2A362F
RGB
CMYK
RGB Variations
Color information
#2A362F (or 0x2A362F) is known color: Holly. HEX triplet: 2A, 36 and 2F. RGB value is (42,54,47). Sum of RGB (Red+Green+Blue) = 42+54+47=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 54 - color contains mainly: green. Hex color #2A362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A362F is #D5C9D0. Grayscale: #313131. Windows color (decimal): -14010833 or 3094058. OLE color: 3094058.
HSL color Cylindrical-coordinate representation of color #2A362F: hue angle of 145º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2A362F is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 47 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.79 |
| HSL | 145º | 0.13% | 0.19% | - |
| HSV(B) | 145º | 0.22% | 0.21% | - |
| XYZ | 2.79 | 3.34 | 3.19 | - |
| YUV | 49.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 47 | 0.22 | 0 | 0.13 | 0.79 | 145 | 0.13 | 0.19 |
| Hex | 2A | 36 | 2F | 16 | 0 | D | 4F | 91 | C | 13 |
| Octal | 52 | 66 | 57 | 26 | 0 | 15 | 117 | 221 | 14 | 23 |
| Binary | 101010 | 110110 | 101111 | 10110 | 0 | 1101 | 1001111 | 10010001 | 1100 | 10011 |
Color Harmonies of #2A362F
Complementary color
Monochromatic Colors of #2A362F
Black with #2A362F
Text Example
Text Example
White with #2A362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A362F; }
p { color: rgb(42,54,47); }
H1.HeaderClassName
{
color: #2A362F;
}
.AnyTagClassName
{
color: #2A362F;
}
</style>
background-color css
<style>
a { background-color: #2A362F; }
a { background-color: rgb(42,54,47); }
div.DivClassName
{
background-color: #2A362F;
}
.BgClassName
{
background-color: #2A362F;
}
</style>
border-color css
<style>
span { border-color: #2A362F; }
span { border-color: rgb(42,54,47); }
td.TdClassName
{
border-color: #2A362F;
}
.TagClassName
{
border-color: #2A362F;
}
</style>