#2C2F2B

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

Shades of Oil #2C2F2B

Tints of Oil #2C2F2B

Color information

#2C2F2B (or 0x2C2F2B) is unknown color: approx Oil. HEX triplet: 2C, 2F and 2B. RGB value is (44,47,43). Sum of RGB (Red+Green+Blue) = 44+47+43=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 47 - color contains mainly: green. Hex color #2C2F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2F2B is #D3D0D4. Grayscale: #2D2D2D. Windows color (decimal): -13881557 or 2830124. OLE color: 2830124.

HSL color Cylindrical-coordinate representation of color #2C2F2B: hue angle of 105º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2C2F2B is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB444743-
CMYK0.0600.090.82
HSL105º4.44%17.65%-
HSV(B)105º8.51%18.43%-
XYZ2.492.742.68-
YUV45.65126.51126.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.84%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=32.84%
G=35.07%
B=32.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4447430.0600.090.821054.4417.65
Hex2C2F2B6095269412
Octal5457536011122151422
Binary101100101111101011110010011010010110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,47,43); }

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

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

 a { background-color: rgb(44,47,43); }

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

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

 span { border-color: rgb(44,47,43); }

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