#2D302C

Color #2D302C Oil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oil #2D302C

Tints of Oil #2D302C

Color information

#2D302C (or 0x2D302C) is unknown color: approx Oil. HEX triplet: 2D, 30 and 2C. RGB value is (45,48,44). Sum of RGB (Red+Green+Blue) = 45+48+44=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 48 - color contains mainly: green. Hex color #2D302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D302C is #D2CFD3. Grayscale: #2E2E2E. Windows color (decimal): -13815764 or 2895917. OLE color: 2895917.

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

Color convert

RGB454844-
CMYK0.0600.080.81
HSL105º4.35%18.04%-
HSV(B)105º8.33%18.82%-
XYZ2.592.852.8-
YUV46.65126.51126.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.85%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=32.85%
G=35.04%
B=32.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4548440.0600.080.811054.3518.04
Hex2D302C6085169412
Octal5560546010121151422
Binary101101110000101100110010001010001110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D302C; }

 p { color: rgb(45,48,44); }

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

<style>
 a { background-color: #2D302C; }

 a { background-color: rgb(45,48,44); }

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

<style>
 span { border-color: #2D302C; }

 span { border-color: rgb(45,48,44); }

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