Shades of Acadia #302D29
Tints of Acadia #302D29
RGB
CMYK
RGB Variations
Color information
#302D29 (or 0x302D29) is known color: Acadia. HEX triplet: 30, 2D and 29. RGB value is (48,45,41). Sum of RGB (Red+Green+Blue) = 48+45+41=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #302D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D29 is #CFD2D6. Grayscale: #2D2D2D. Windows color (decimal): -13619927 or 2698544. OLE color: 2698544.
HSL color Cylindrical-coordinate representation of color #302D29: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #302D29 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 45 | 41 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.81 |
| HSL | 34.29º | 0.08% | 0.17% | - |
| HSV(B) | 34.29º | 0.15% | 0.19% | - |
| XYZ | 2.56 | 2.67 | 2.48 | - |
| YUV | 45.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 41 | 0 | 0.06 | 0.15 | 0.81 | 34.29 | 0.08 | 0.17 |
| Hex | 30 | 2D | 29 | 0 | 6 | F | 51 | 22 | 8 | 11 |
| Octal | 60 | 55 | 51 | 0 | 6 | 17 | 121 | 42 | 10 | 21 |
| Binary | 110000 | 101101 | 101001 | 0 | 110 | 1111 | 1010001 | 100010 | 1000 | 10001 |
Color Harmonies of #302D29
Complementary color
Monochromatic Colors of #302D29
Black with #302D29
Text Example
Text Example
White with #302D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D29; }
p { color: rgb(48,45,41); }
H1.HeaderClassName
{
color: #302D29;
}
.AnyTagClassName
{
color: #302D29;
}
</style>
background-color css
<style>
a { background-color: #302D29; }
a { background-color: rgb(48,45,41); }
div.DivClassName
{
background-color: #302D29;
}
.BgClassName
{
background-color: #302D29;
}
</style>
border-color css
<style>
span { border-color: #302D29; }
span { border-color: rgb(48,45,41); }
td.TdClassName
{
border-color: #302D29;
}
.TagClassName
{
border-color: #302D29;
}
</style>