#2B3223

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

Shades of Pine Tree #2B3223

Tints of Pine Tree #2B3223

Color information

#2B3223 (or 0x2B3223) is unknown color: approx Pine Tree. HEX triplet: 2B, 32 and 23. RGB value is (43,50,35). Sum of RGB (Red+Green+Blue) = 43+50+35=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3223 is #D4CDDC. Grayscale: #2E2E2E. Windows color (decimal): -13946333 or 2306603. OLE color: 2306603.

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

Color convert

RGB435035-
CMYK0.1400.300.80
HSL88º17.65%16.67%-
HSV(B)88º30%19.61%-
XYZ2.442.922.02-
YUV46.2121.68125.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=33.59%
G=39.06%
B=27.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350350.1400.300.808817.6516.67
Hex2B3223E01E50581211
Octal536243160361201302221
Binary1010111100101000111110011110101000010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,35); }

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

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

 a { background-color: rgb(43,50,35); }

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

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

 span { border-color: rgb(43,50,35); }

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