Shades of Wood Bark #302C2A
Tints of Wood Bark #302C2A
RGB
CMYK
RGB Variations
Color information
#302C2A (or 0x302C2A) is known color: Wood Bark. HEX triplet: 30, 2C and 2A. RGB value is (48,44,42). Sum of RGB (Red+Green+Blue) = 48+44+42=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #302C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C2A is #CFD3D5. Grayscale: #2C2C2C. Windows color (decimal): -13620182 or 2763824. OLE color: 2763824.
HSL color Cylindrical-coordinate representation of color #302C2A: hue angle of 20º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302C2A is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 42 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.81 |
| HSL | 20º | 0.07% | 0.18% | - |
| HSV(B) | 20º | 0.13% | 0.19% | - |
| XYZ | 2.54 | 2.6 | 2.56 | - |
| YUV | 44.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 42 | 0 | 0.08 | 0.13 | 0.81 | 20 | 0.07 | 0.18 |
| Hex | 30 | 2C | 2A | 0 | 8 | D | 51 | 14 | 7 | 12 |
| Octal | 60 | 54 | 52 | 0 | 10 | 15 | 121 | 24 | 7 | 22 |
| Binary | 110000 | 101100 | 101010 | 0 | 1000 | 1101 | 1010001 | 10100 | 111 | 10010 |
Color Harmonies of #302C2A
Complementary color
Monochromatic Colors of #302C2A
Black with #302C2A
Text Example
Text Example
White with #302C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C2A; }
p { color: rgb(48,44,42); }
H1.HeaderClassName
{
color: #302C2A;
}
.AnyTagClassName
{
color: #302C2A;
}
</style>
background-color css
<style>
a { background-color: #302C2A; }
a { background-color: rgb(48,44,42); }
div.DivClassName
{
background-color: #302C2A;
}
.BgClassName
{
background-color: #302C2A;
}
</style>
border-color css
<style>
span { border-color: #302C2A; }
span { border-color: rgb(48,44,42); }
td.TdClassName
{
border-color: #302C2A;
}
.TagClassName
{
border-color: #302C2A;
}
</style>