#2B2F2A

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

Shades of Oil #2B2F2A

Tints of Oil #2B2F2A

Color information

#2B2F2A (or 0x2B2F2A) is unknown color: approx Oil. HEX triplet: 2B, 2F and 2A. RGB value is (43,47,42). Sum of RGB (Red+Green+Blue) = 43+47+42=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 47 - color contains mainly: green. Hex color #2B2F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F2A is #D4D0D5. Grayscale: #2D2D2D. Windows color (decimal): -13947094 or 2764587. OLE color: 2764587.

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

Color convert

RGB434742-
CMYK0.0900.110.82
HSL108º5.62%17.45%-
HSV(B)108º10.64%18.43%-
XYZ2.432.712.59-
YUV45.23126.17126.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.58%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=32.58%
G=35.61%
B=31.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4347420.0900.110.821085.6217.45
Hex2B2F2A90B526c611
Octal53575211013122154621
Binary1010111011111010101001010111010010110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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