#2A3028

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

Shades of Oil #2A3028

Tints of Oil #2A3028

Color information

#2A3028 (or 0x2A3028) is unknown color: approx Oil. HEX triplet: 2A, 30 and 28. RGB value is (42,48,40). Sum of RGB (Red+Green+Blue) = 42+48+40=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3028 is #D5CFD7. Grayscale: #2D2D2D. Windows color (decimal): -14012376 or 2633770. OLE color: 2633770.

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

Color convert

RGB424840-
CMYK0.1300.170.81
HSL105º9.09%17.25%-
HSV(B)105º16.67%18.82%-
XYZ2.392.762.41-
YUV45.29125.01125.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=32.31%
G=36.92%
B=30.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248400.1300.170.811059.0917.25
Hex2A3028D0115169911
Octal526050150211211511121
Binary101010110000101000110101000110100011101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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