#2B371E

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

Shades of Pine Tree #2B371E

Tints of Pine Tree #2B371E

Color information

#2B371E (or 0x2B371E) is unknown color: approx Pine Tree. HEX triplet: 2B, 37 and 1E. RGB value is (43,55,30). Sum of RGB (Red+Green+Blue) = 43+55+30=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #2B371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B371E is #D4C8E1. Grayscale: #303030. Windows color (decimal): -13945058 or 1980203. OLE color: 1980203.

HSL color Cylindrical-coordinate representation of color #2B371E: hue angle of 88.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B371E is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB435530-
CMYK0.2200.450.78
HSL88.8º29.41%16.67%-
HSV(B)88.8º45.45%21.57%-
XYZ2.63.341.74-
YUV48.56117.52124.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 55 (21.88% from 255) = 42.97%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=33.59%
G=42.97%
B=23.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4355300.2200.450.7888.829.4116.67
Hex2B371E1602D4E591d11
Octal536736260551161313521
Binary10101111011111110101100101101100111010110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,55,30); }

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

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

 a { background-color: rgb(43,55,30); }

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

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

 span { border-color: rgb(43,55,30); }

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