#2A3428

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

Shades of Oil #2A3428

Tints of Oil #2A3428

Color information

#2A3428 (or 0x2A3428) is unknown color: approx Oil. HEX triplet: 2A, 34 and 28. RGB value is (42,52,40). Sum of RGB (Red+Green+Blue) = 42+52+40=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3428 is #D5CBD7. Grayscale: #2F2F2F. Windows color (decimal): -14011352 or 2634794. OLE color: 2634794.

HSL color Cylindrical-coordinate representation of color #2A3428: hue angle of 110º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2A3428 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB425240-
CMYK0.1900.230.80
HSL110º13.04%18.04%-
HSV(B)110º23.08%20.39%-
XYZ2.573.12.47-
YUV47.64123.69123.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.34%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=31.34%
G=38.81%
B=29.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4252400.1900.230.8011013.0418.04
Hex2A342813017506ed12
Octal526450230271201561522
Binary1010101101001010001001101011110100001101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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