#2B3123

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

Shades of Pine Tree #2B3123

Tints of Pine Tree #2B3123

Color information

#2B3123 (or 0x2B3123) is unknown color: approx Pine Tree. HEX triplet: 2B, 31 and 23. RGB value is (43,49,35). Sum of RGB (Red+Green+Blue) = 43+49+35=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3123 is #D4CEDC. Grayscale: #2D2D2D. Windows color (decimal): -13946589 or 2306347. OLE color: 2306347.

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

Color convert

RGB434935-
CMYK0.1200.290.81
HSL85.71º16.67%16.47%-
HSV(B)85.71º28.57%19.22%-
XYZ2.42.832.01-
YUV45.61122.01126.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.86%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=33.86%
G=38.58%
B=27.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349350.1200.290.8185.7116.6716.47
Hex2B3123C01D51561110
Octal536143140351211262120
Binary1010111100011000111100011101101000110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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