#2A3127

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

Shades of Oil #2A3127

Tints of Oil #2A3127

Color information

#2A3127 (or 0x2A3127) is unknown color: approx Oil. HEX triplet: 2A, 31 and 27. RGB value is (42,49,39). Sum of RGB (Red+Green+Blue) = 42+49+39=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3127 is #D5CED8. Grayscale: #2D2D2D. Windows color (decimal): -14012121 or 2568490. OLE color: 2568490.

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

Color convert

RGB424939-
CMYK0.1400.200.81
HSL102º11.36%17.25%-
HSV(B)102º20.41%19.22%-
XYZ2.422.842.34-
YUV45.77124.18125.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 39 (15.62% from 255) = 30%
R=32.31%
G=37.69%
B=30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249390.1400.200.8110211.3617.25
Hex2A3127E0145166b11
Octal526147160241211461321
Binary101010110001100111111001010010100011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,39); }

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

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

 a { background-color: rgb(42,49,39); }

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

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

 span { border-color: rgb(42,49,39); }

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