#2B3617

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

Shades of Pine Tree #2B3617

Tints of Pine Tree #2B3617

Color information

#2B3617 (or 0x2B3617) is unknown color: approx Pine Tree. HEX triplet: 2B, 36 and 17. RGB value is (43,54,23). Sum of RGB (Red+Green+Blue) = 43+54+23=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #2B3617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3617 is #D4C9E8. Grayscale: #2F2F2F. Windows color (decimal): -13945321 or 1521195. OLE color: 1521195.

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

Color convert

RGB435423-
CMYK0.2000.570.79
HSL81.29º40.26%15.1%-
HSV(B)81.29º57.41%21.18%-
XYZ2.473.211.3-
YUV47.18114.36125.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 23 (9.38% from 255) = 19.17%
R=35.83%
G=45%
B=19.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4354230.2000.570.7981.2940.2615.1
Hex2B3617140394F5128f
Octal536627240711171215017
Binary10101111011010111101000111001100111110100011010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,54,23); }

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

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

 a { background-color: rgb(43,54,23); }

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

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

 span { border-color: rgb(43,54,23); }

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