#2B3A31

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

Shades of Holly #2B3A31

Tints of Holly #2B3A31

Color information

#2B3A31 (or 0x2B3A31) is unknown color: approx Holly. HEX triplet: 2B, 3A and 31. RGB value is (43,58,49). Sum of RGB (Red+Green+Blue) = 43+58+49=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A31 is #D4C5CE. Grayscale: #343434. Windows color (decimal): -13944271 or 3226155. OLE color: 3226155.

HSL color Cylindrical-coordinate representation of color #2B3A31: hue angle of 144º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2B3A31 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB435849-
CMYK0.2600.160.77
HSL144º14.85%19.8%-
HSV(B)144º25.86%22.75%-
XYZ3.063.763.47-
YUV52.49126.03121.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.67%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=28.67%
G=38.67%
B=32.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4358490.2600.160.7714414.8519.8
Hex2B3A311A0104D90f14
Octal537261320201152201724
Binary10101111101011000111010010000100110110010000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,49); }

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

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

 a { background-color: rgb(43,58,49); }

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

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

 span { border-color: rgb(43,58,49); }

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