Shades of Holly #2A3830
Tints of Holly #2A3830
RGB
CMYK
RGB Variations
Color information
#2A3830 (or 0x2A3830) is known color: Holly. HEX triplet: 2A, 38 and 30. RGB value is (42,56,48). Sum of RGB (Red+Green+Blue) = 42+56+48=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3830 is #D5C7CF. Grayscale: #323232. Windows color (decimal): -14010320 or 3160106. OLE color: 3160106.
HSL color Cylindrical-coordinate representation of color #2A3830: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A3830 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 48 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.78 |
| HSL | 145.71º | 0.14% | 0.19% | - |
| HSV(B) | 145.71º | 0.25% | 0.22% | - |
| XYZ | 2.9 | 3.53 | 3.33 | - |
| YUV | 50.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 48 | 0.25 | 0 | 0.14 | 0.78 | 145.71 | 0.14 | 0.19 |
| Hex | 2A | 38 | 30 | 19 | 0 | E | 4E | 92 | E | 13 |
| Octal | 52 | 70 | 60 | 31 | 0 | 16 | 116 | 222 | 16 | 23 |
| Binary | 101010 | 111000 | 110000 | 11001 | 0 | 1110 | 1001110 | 10010010 | 1110 | 10011 |
Color Harmonies of #2A3830
Complementary color
Monochromatic Colors of #2A3830
Black with #2A3830
Text Example
Text Example
White with #2A3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3830; }
p { color: rgb(42,56,48); }
H1.HeaderClassName
{
color: #2A3830;
}
.AnyTagClassName
{
color: #2A3830;
}
</style>
background-color css
<style>
a { background-color: #2A3830; }
a { background-color: rgb(42,56,48); }
div.DivClassName
{
background-color: #2A3830;
}
.BgClassName
{
background-color: #2A3830;
}
</style>
border-color css
<style>
span { border-color: #2A3830; }
span { border-color: rgb(42,56,48); }
td.TdClassName
{
border-color: #2A3830;
}
.TagClassName
{
border-color: #2A3830;
}
</style>