#2B3428

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

Shades of Oil #2B3428

Tints of Oil #2B3428

Color information

#2B3428 (or 0x2B3428) is unknown color: approx Oil. HEX triplet: 2B, 34 and 28. RGB value is (43,52,40). Sum of RGB (Red+Green+Blue) = 43+52+40=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3428 is #D4CBD7. Grayscale: #2F2F2F. Windows color (decimal): -13945816 or 2634795. OLE color: 2634795.

HSL color Cylindrical-coordinate representation of color #2B3428: hue angle of 105º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B3428 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB435240-
CMYK0.1700.230.80
HSL105º13.04%18.04%-
HSV(B)105º23.08%20.39%-
XYZ2.613.122.47-
YUV47.94123.52124.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.85%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 40 (16.02% from 255) = 29.63%
R=31.85%
G=38.52%
B=29.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4352400.1700.230.8010513.0418.04
Hex2B3428110175069d12
Octal536450210271201511522
Binary1010111101001010001000101011110100001101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,52,40); }

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

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

 a { background-color: rgb(43,52,40); }

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

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

 span { border-color: rgb(43,52,40); }

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