Shades of Acadia #302F2D
Tints of Acadia #302F2D
RGB
CMYK
RGB Variations
Color information
#302F2D (or 0x302F2D) is known color: Acadia. HEX triplet: 30, 2F and 2D. RGB value is (48,47,45). Sum of RGB (Red+Green+Blue) = 48+47+45=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 48 - color contains mainly: red. Hex color #302F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F2D is #CFD0D2. Grayscale: #2F2F2F. Windows color (decimal): -13619411 or 2961200. OLE color: 2961200.
HSL color Cylindrical-coordinate representation of color #302F2D: hue angle of 40º degrees, saturation: 0.03, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #302F2D is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
RGB | 48 | 47 | 45 | - |
CMYK | 0 | 0.02 | 0.06 | 0.81 |
HSL | 40º | 0.03% | 0.18% | - |
HSV(B) | 40º | 0.06% | 0.19% | - |
XYZ | 2.71 | 2.85 | 2.89 | - |
YUV | 47.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 47 | 45 | 0 | 0.02 | 0.06 | 0.81 | 40 | 0.03 | 0.18 |
Hex | 30 | 2F | 2D | 0 | 2 | 6 | 51 | 28 | 3 | 12 |
Octal | 60 | 57 | 55 | 0 | 2 | 6 | 121 | 50 | 3 | 22 |
Binary | 110000 | 101111 | 101101 | 0 | 10 | 110 | 1010001 | 101000 | 11 | 10010 |
Color Harmonies of #302F2D
Complementary color
Monochromatic Colors of #302F2D
Black with #302F2D
Text Example
Text Example
White with #302F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F2D; }
p { color: rgb(48,47,45); }
H1.HeaderClassName
{
color: #302F2D;
}
.AnyTagClassName
{
color: #302F2D;
}
</style>
background-color css
<style>
a { background-color: #302F2D; }
a { background-color: rgb(48,47,45); }
div.DivClassName
{
background-color: #302F2D;
}
.BgClassName
{
background-color: #302F2D;
}
</style>
border-color css
<style>
span { border-color: #302F2D; }
span { border-color: rgb(48,47,45); }
td.TdClassName
{
border-color: #302F2D;
}
.TagClassName
{
border-color: #302F2D;
}
</style>