#2B3516

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

Shades of Pine Tree #2B3516

Tints of Pine Tree #2B3516

Color information

#2B3516 (or 0x2B3516) is unknown color: approx Pine Tree. HEX triplet: 2B, 35 and 16. RGB value is (43,53,22). Sum of RGB (Red+Green+Blue) = 43+53+22=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3516 is #D4CAE9. Grayscale: #2E2E2E. Windows color (decimal): -13945578 or 1455403. OLE color: 1455403.

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

Color convert

RGB435322-
CMYK0.1900.580.79
HSL79.35º41.33%14.71%-
HSV(B)79.35º58.49%20.78%-
XYZ2.413.121.23-
YUV46.48114.19125.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.44%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 22 (8.98% from 255) = 18.64%
R=36.44%
G=44.92%
B=18.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353220.1900.580.7979.3541.3314.71
Hex2B35161303A4F4f29f
Octal536526230721171175117
Binary10101111010110110100110111010100111110011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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