#2D3B2A

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

Shades of Oil #2D3B2A

Tints of Oil #2D3B2A

Color information

#2D3B2A (or 0x2D3B2A) is unknown color: approx Oil. HEX triplet: 2D, 3B and 2A. RGB value is (45,59,42). Sum of RGB (Red+Green+Blue) = 45+59+42=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B2A is #D2C4D5. Grayscale: #343434. Windows color (decimal): -13812950 or 2767661. OLE color: 2767661.

HSL color Cylindrical-coordinate representation of color #2D3B2A: hue angle of 109.41º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D3B2A is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB455942-
CMYK0.2400.290.77
HSL109.41º16.83%19.8%-
HSV(B)109.41º28.81%23.14%-
XYZ3.063.852.77-
YUV52.88121.86122.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.82%
GREEN value IS 59 (23.44% from 255) = 40.41%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=30.82%
G=40.41%
B=28.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4559420.2400.290.77109.4116.8319.8
Hex2D3B2A1801D4D6d1114
Octal557352300351151552124
Binary10110111101110101011000011101100110111011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,59,42); }

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

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

 a { background-color: rgb(45,59,42); }

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

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

 span { border-color: rgb(45,59,42); }

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