#2B3914

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

Shades of Pine Tree #2B3914

Tints of Pine Tree #2B3914

Color information

#2B3914 (or 0x2B3914) is unknown color: approx Pine Tree. HEX triplet: 2B, 39 and 14. RGB value is (43,57,20). Sum of RGB (Red+Green+Blue) = 43+57+20=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3914 is #D4C6EB. Grayscale: #303030. Windows color (decimal): -13944556 or 1325355. OLE color: 1325355.

HSL color Cylindrical-coordinate representation of color #2B3914: hue angle of 82.7º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B3914 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB435720-
CMYK0.2500.650.78
HSL82.7º48.05%15.1%-
HSV(B)82.7º64.91%22.35%-
XYZ2.593.491.2-
YUV48.6111.86124.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 57 (22.66% from 255) = 47.5%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=35.83%
G=47.5%
B=16.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4357200.2500.650.7882.748.0515.1
Hex2B3914190414E5330f
Octal5371243101011161236017
Binary101011111001101001100101000001100111010100111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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