Shades of Holly #2A3630
Tints of Holly #2A3630
RGB
CMYK
RGB Variations
Color information
#2A3630 (or 0x2A3630) is known color: Holly. HEX triplet: 2A, 36 and 30. RGB value is (42,54,48). Sum of RGB (Red+Green+Blue) = 42+54+48=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3630 is #D5C9CF. Grayscale: #313131. Windows color (decimal): -14010832 or 3159594. OLE color: 3159594.
HSL color Cylindrical-coordinate representation of color #2A3630: hue angle of 150º 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 #2A3630 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 48 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.79 |
| HSL | 150º | 0.13% | 0.19% | - |
| HSV(B) | 150º | 0.22% | 0.21% | - |
| XYZ | 2.81 | 3.34 | 3.29 | - |
| YUV | 49.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 48 | 0.22 | 0 | 0.11 | 0.79 | 150 | 0.13 | 0.19 |
| Hex | 2A | 36 | 30 | 16 | 0 | B | 4F | 96 | C | 13 |
| Octal | 52 | 66 | 60 | 26 | 0 | 13 | 117 | 226 | 14 | 23 |
| Binary | 101010 | 110110 | 110000 | 10110 | 0 | 1011 | 1001111 | 10010110 | 1100 | 10011 |
Color Harmonies of #2A3630
Complementary color
Monochromatic Colors of #2A3630
Black with #2A3630
Text Example
Text Example
White with #2A3630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3630; }
p { color: rgb(42,54,48); }
H1.HeaderClassName
{
color: #2A3630;
}
.AnyTagClassName
{
color: #2A3630;
}
</style>
background-color css
<style>
a { background-color: #2A3630; }
a { background-color: rgb(42,54,48); }
div.DivClassName
{
background-color: #2A3630;
}
.BgClassName
{
background-color: #2A3630;
}
</style>
border-color css
<style>
span { border-color: #2A3630; }
span { border-color: rgb(42,54,48); }
td.TdClassName
{
border-color: #2A3630;
}
.TagClassName
{
border-color: #2A3630;
}
</style>