#2B3124

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

Shades of Pine Tree #2B3124

Tints of Pine Tree #2B3124

Color information

#2B3124 (or 0x2B3124) is unknown color: approx Pine Tree. HEX triplet: 2B, 31 and 24. RGB value is (43,49,36). Sum of RGB (Red+Green+Blue) = 43+49+36=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3124 is #D4CEDB. Grayscale: #2D2D2D. Windows color (decimal): -13946588 or 2371883. OLE color: 2371883.

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

Color convert

RGB434936-
CMYK0.1200.270.81
HSL87.69º15.29%16.67%-
HSV(B)87.69º26.53%19.22%-
XYZ2.412.842.09-
YUV45.72122.51126.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=33.59%
G=38.28%
B=28.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349360.1200.270.8187.6915.2916.67
Hex2B3124C01B5158f11
Octal536144140331211301721
Binary101011110001100100110001101110100011011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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