#2D3729

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

Shades of Oil #2D3729

Tints of Oil #2D3729

Color information

#2D3729 (or 0x2D3729) is unknown color: approx Oil. HEX triplet: 2D, 37 and 29. RGB value is (45,55,41). Sum of RGB (Red+Green+Blue) = 45+55+41=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3729 is #D2C8D6. Grayscale: #323232. Windows color (decimal): -13813975 or 2701101. OLE color: 2701101.

HSL color Cylindrical-coordinate representation of color #2D3729: hue angle of 102.86º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D3729 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB455541-
CMYK0.1800.250.78
HSL102.86º14.58%18.82%-
HSV(B)102.86º25.45%21.57%-
XYZ2.853.452.61-
YUV50.41122.69124.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.91%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=31.91%
G=39.01%
B=29.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4555410.1800.250.78102.8614.5818.82
Hex2D3729120194E67f13
Octal556751220311161471723
Binary1011011101111010011001001100110011101100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,41); }

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

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

 a { background-color: rgb(45,55,41); }

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

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

 span { border-color: rgb(45,55,41); }

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