#302F2E

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

Shades of Acadia #302F2E

Tints of Acadia #302F2E

Color information

#302F2E (or 0x302F2E) is unknown color: approx Acadia. HEX triplet: 30, 2F and 2E. RGB value is (48,47,46). Sum of RGB (Red+Green+Blue) = 48+47+46=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 48 - color contains mainly: red. Hex color #302F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F2E is #CFD0D1. Grayscale: #2F2F2F. Windows color (decimal): -13619410 or 3026736. OLE color: 3026736.

HSL color Cylindrical-coordinate representation of color #302F2E: hue angle of 30º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #302F2E is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB484746-
CMYK00.020.040.81
HSL30º2.13%18.43%-
HSV(B)30º4.17%18.82%-
XYZ2.732.862.99-
YUV47.18127.33128.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 47 (18.75% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=34.04%
G=33.33%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48474600.020.040.81302.1318.43
Hex302F2E024511e212
Octal60575602412136222
Binary1100001011111011100101001010001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F2E; }

 p { color: rgb(48,47,46); }

 H1.HeaderClassName
 {
   color: #302F2E;
 }
 .AnyTagClassName
 {
   color: #302F2E;
 }
</style>
background-color css

<style>
 a { background-color: #302F2E; }

 a { background-color: rgb(48,47,46); }

 div.DivClassName
 {
   background-color: #302F2E;
 }
 .BgClassName
 {
   background-color: #302F2E;
 }
</style>
border-color css

<style>
 span { border-color: #302F2E; }

 span { border-color: rgb(48,47,46); }

 td.TdClassName
 {
   border-color: #302F2E;
 }
 .TagClassName
 {
   border-color: #302F2E;
 }
</style>