#2B3B24

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

Shades of Oil #2B3B24

Tints of Oil #2B3B24

Color information

#2B3B24 (or 0x2B3B24) is unknown color: approx Oil. HEX triplet: 2B, 3B and 24. RGB value is (43,59,36). Sum of RGB (Red+Green+Blue) = 43+59+36=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B24 is #D4C4DB. Grayscale: #333333. Windows color (decimal): -13944028 or 2374443. OLE color: 2374443.

HSL color Cylindrical-coordinate representation of color #2B3B24: hue angle of 101.74º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B3B24 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB435936-
CMYK0.2700.390.77
HSL101.74º24.21%18.63%-
HSV(B)101.74º38.98%23.14%-
XYZ2.883.772.24-
YUV51.59119.2121.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.16%
GREEN value IS 59 (23.44% from 255) = 42.75%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=31.16%
G=42.75%
B=26.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4359360.2700.390.77101.7424.2118.63
Hex2B3B241B0274D661813
Octal537344330471151463023
Binary101011111011100100110110100111100110111001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,59,36); }

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

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

 a { background-color: rgb(43,59,36); }

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

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

 span { border-color: rgb(43,59,36); }

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