#302F2D

Color #302F2D Acadia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acadia #302F2D

Tints of Acadia #302F2D

Color information

#302F2D (or 0x302F2D) is unknown color: approx 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

RGB484745-
CMYK00.020.060.81
HSL40º3.23%18.24%-
HSV(B)40º6.25%18.82%-
XYZ2.712.852.89-
YUV47.07126.83128.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=34.29%
G=33.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48474500.020.060.81403.2318.24
Hex302F2D0265128312
Octal60575502612150322
Binary11000010111110110101011010100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>