#302D2A

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

Shades of Acadia #302D2A

Tints of Acadia #302D2A

Color information

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

RGB484542-
CMYK00.060.130.81
HSL30º6.67%17.65%-
HSV(B)30º12.5%18.82%-
XYZ2.582.672.57-
YUV45.55125.99129.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=35.56%
G=33.33%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48454200.060.130.81306.6717.65
Hex302D2A06D511e712
Octal605552061512136722
Binary1100001011011010100110110110100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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