Shades of Acadia #302D2A
Tints of Acadia #302D2A
RGB
CMYK
RGB Variations
Color information
#302D2A (or 0x302D2A) is known color: Acadia. HEX triplet: 30, 2D and 2A. RGB value is (48,45,42). Sum of RGB (Red+Green+Blue) = 48+45+42=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 48 - color contains mainly: red. Hex color #302D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D2A is #CFD2D5. Grayscale: #2D2D2D. Windows color (decimal): -13619926 or 2764080. OLE color: 2764080.
HSL color Cylindrical-coordinate representation of color #302D2A: hue angle of 30º 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 #302D2A is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 45 | 42 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.81 |
| HSL | 30º | 0.07% | 0.18% | - |
| HSV(B) | 30º | 0.13% | 0.19% | - |
| XYZ | 2.58 | 2.67 | 2.57 | - |
| YUV | 45.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 42 | 0 | 0.06 | 0.13 | 0.81 | 30 | 0.07 | 0.18 |
| Hex | 30 | 2D | 2A | 0 | 6 | D | 51 | 1E | 7 | 12 |
| Octal | 60 | 55 | 52 | 0 | 6 | 15 | 121 | 36 | 7 | 22 |
| Binary | 110000 | 101101 | 101010 | 0 | 110 | 1101 | 1010001 | 11110 | 111 | 10010 |
Color Harmonies of #302D2A
Complementary color
Monochromatic Colors of #302D2A
Black with #302D2A
Text Example
Text Example
White with #302D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D2A; }
p { color: rgb(48,45,42); }
H1.HeaderClassName
{
color: #302D2A;
}
.AnyTagClassName
{
color: #302D2A;
}
</style>
background-color css
<style>
a { background-color: #302D2A; }
a { background-color: rgb(48,45,42); }
div.DivClassName
{
background-color: #302D2A;
}
.BgClassName
{
background-color: #302D2A;
}
</style>
border-color css
<style>
span { border-color: #302D2A; }
span { border-color: rgb(48,45,42); }
td.TdClassName
{
border-color: #302D2A;
}
.TagClassName
{
border-color: #302D2A;
}
</style>