#2B4015

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

Shades of Pine Tree #2B4015

Tints of Pine Tree #2B4015

Color information

#2B4015 (or 0x2B4015) is unknown color: approx Pine Tree. HEX triplet: 2B, 40 and 15. RGB value is (43,64,21). Sum of RGB (Red+Green+Blue) = 43+64+21=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4015 is #D4BFEA. Grayscale: #343434. Windows color (decimal): -13942763 or 1392683. OLE color: 1392683.

HSL color Cylindrical-coordinate representation of color #2B4015: hue angle of 89.3º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4015 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB436421-
CMYK0.3300.670.75
HSL89.3º50.59%16.67%-
HSV(B)89.3º67.19%25.1%-
XYZ2.974.231.37-
YUV52.82110.04121-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=33.59%
G=50%
B=16.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364210.3300.670.7589.350.5916.67
Hex2B4015210434B593311
Octal53100254101031131316321
Binary101011100000010101100001010000111001011101100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,21); }

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

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

 a { background-color: rgb(43,64,21); }

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

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

 span { border-color: rgb(43,64,21); }

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