#2B3518

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

Shades of Pine Tree #2B3518

Tints of Pine Tree #2B3518

Color information

#2B3518 (or 0x2B3518) is unknown color: approx Pine Tree. HEX triplet: 2B, 35 and 18. RGB value is (43,53,24). Sum of RGB (Red+Green+Blue) = 43+53+24=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3518 is #D4CAE7. Grayscale: #2E2E2E. Windows color (decimal): -13945576 or 1586475. OLE color: 1586475.

HSL color Cylindrical-coordinate representation of color #2B3518: hue angle of 80.69º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B3518 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB435324-
CMYK0.1900.550.79
HSL80.69º37.66%15.1%-
HSV(B)80.69º54.72%20.78%-
XYZ2.433.131.34-
YUV46.7115.19125.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 24 (9.77% from 255) = 20%
R=35.83%
G=44.17%
B=20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353240.1900.550.7980.6937.6615.1
Hex2B3518130374F5126f
Octal536530230671171214617
Binary10101111010111000100110110111100111110100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,24); }

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

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

 a { background-color: rgb(43,53,24); }

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

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

 span { border-color: rgb(43,53,24); }

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