#2D352A

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

Shades of Oil #2D352A

Tints of Oil #2D352A

Color information

#2D352A (or 0x2D352A) is unknown color: approx Oil. HEX triplet: 2D, 35 and 2A. RGB value is (45,53,42). Sum of RGB (Red+Green+Blue) = 45+53+42=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #2D352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D352A is #D2CAD5. Grayscale: #313131. Windows color (decimal): -13814486 or 2766125. OLE color: 2766125.

HSL color Cylindrical-coordinate representation of color #2D352A: hue angle of 103.64º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D352A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB455342-
CMYK0.1500.210.79
HSL103.64º11.58%18.63%-
HSV(B)103.64º20.75%20.78%-
XYZ2.773.272.68-
YUV49.35123.85124.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.14%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 42 (16.80% from 255) = 30%
R=32.14%
G=37.86%
B=30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4553420.1500.210.79103.6411.5818.63
Hex2D352AF0154F68c13
Octal556552170251171501423
Binary101101110101101010111101010110011111101000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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