#2A3D23

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

Shades of Oil #2A3D23

Tints of Oil #2A3D23

Color information

#2A3D23 (or 0x2A3D23) is unknown color: approx Oil. HEX triplet: 2A, 3D and 23. RGB value is (42,61,35). Sum of RGB (Red+Green+Blue) = 42+61+35=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #2A3D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3D23 is #D5C2DC. Grayscale: #343434. Windows color (decimal): -14009053 or 2309418. OLE color: 2309418.

HSL color Cylindrical-coordinate representation of color #2A3D23: hue angle of 103.85º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A3D23 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB426135-
CMYK0.3100.430.76
HSL103.85º27.08%18.82%-
HSV(B)103.85º42.62%23.92%-
XYZ2.933.952.2-
YUV52.36118.21120.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 61 (24.22% from 255) = 44.20%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=30.43%
G=44.20%
B=25.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4261350.3100.430.76103.8527.0818.82
Hex2A3D231F02B4C681b13
Octal527543370531141503323
Binary101010111101100011111110101011100110011010001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,61,35); }

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

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

 a { background-color: rgb(42,61,35); }

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

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

 span { border-color: rgb(42,61,35); }

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