#2C302A

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

Shades of Oil #2C302A

Tints of Oil #2C302A

Color information

#2C302A (or 0x2C302A) is unknown color: approx Oil. HEX triplet: 2C, 30 and 2A. RGB value is (44,48,42). Sum of RGB (Red+Green+Blue) = 44+48+42=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 48 - color contains mainly: green. Hex color #2C302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C302A is #D3CFD5. Grayscale: #2E2E2E. Windows color (decimal): -13881302 or 2764844. OLE color: 2764844.

HSL color Cylindrical-coordinate representation of color #2C302A: hue angle of 100º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2C302A is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB444842-
CMYK0.0800.130.81
HSL100º6.67%17.65%-
HSV(B)100º12.5%18.82%-
XYZ2.512.822.6-
YUV46.12125.67126.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.84%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=32.84%
G=35.82%
B=31.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448420.0800.130.811006.6717.65
Hex2C302A80D5164712
Octal54605210015121144722
Binary1011001100001010101000011011010001110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,48,42); }

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

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

 a { background-color: rgb(44,48,42); }

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

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

 span { border-color: rgb(44,48,42); }

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