#2B4114

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

Shades of Pine Tree #2B4114

Tints of Pine Tree #2B4114

Color information

#2B4114 (or 0x2B4114) is unknown color: approx Pine Tree. HEX triplet: 2B, 41 and 14. RGB value is (43,65,20). Sum of RGB (Red+Green+Blue) = 43+65+20=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4114 is #D4BEEB. Grayscale: #353535. Windows color (decimal): -13942508 or 1327403. OLE color: 1327403.

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

Color convert

RGB436520-
CMYK0.3400.690.75
HSL89.33º52.94%16.67%-
HSV(B)89.33º69.23%25.49%-
XYZ3.014.341.34-
YUV53.29109.21120.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=33.59%
G=50.78%
B=15.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365200.3400.690.7589.3352.9416.67
Hex2B4114220454B593511
Octal53101244201051131316521
Binary101011100000110100100010010001011001011101100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,20); }

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

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

 a { background-color: rgb(43,65,20); }

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

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

 span { border-color: rgb(43,65,20); }

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