#2A3029

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

Shades of Oil #2A3029

Tints of Oil #2A3029

Color information

#2A3029 (or 0x2A3029) is unknown color: approx Oil. HEX triplet: 2A, 30 and 29. RGB value is (42,48,41). Sum of RGB (Red+Green+Blue) = 42+48+41=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3029 is #D5CFD6. Grayscale: #2D2D2D. Windows color (decimal): -14012375 or 2699306. OLE color: 2699306.

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

Color convert

RGB424841-
CMYK0.1300.150.81
HSL111.43º7.87%17.45%-
HSV(B)111.43º14.58%18.82%-
XYZ2.412.772.5-
YUV45.41125.51125.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=32.06%
G=36.64%
B=31.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248410.1300.150.81111.437.8717.45
Hex2A3029D0F516f811
Octal526051150171211571021
Binary10101011000010100111010111110100011101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,41); }

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

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

 a { background-color: rgb(42,48,41); }

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

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

 span { border-color: rgb(42,48,41); }

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