#2B3121

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

Shades of Pine Tree #2B3121

Tints of Pine Tree #2B3121

Color information

#2B3121 (or 0x2B3121) is unknown color: approx Pine Tree. HEX triplet: 2B, 31 and 21. RGB value is (43,49,33). Sum of RGB (Red+Green+Blue) = 43+49+33=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3121 is #D4CEDE. Grayscale: #2D2D2D. Windows color (decimal): -13946591 or 2175275. OLE color: 2175275.

HSL color Cylindrical-coordinate representation of color #2B3121: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B3121 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB434933-
CMYK0.1200.330.81
HSL82.5º19.51%16.08%-
HSV(B)82.5º32.65%19.22%-
XYZ2.372.821.86-
YUV45.38121.01126.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=34.4%
G=39.2%
B=26.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349330.1200.330.8182.519.5116.08
Hex2B3121C02151521410
Octal536141140411211222420
Binary10101111000110000111000100001101000110100101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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