#2B341F

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

Shades of Pine Tree #2B341F

Tints of Pine Tree #2B341F

Color information

#2B341F (or 0x2B341F) is unknown color: approx Pine Tree. HEX triplet: 2B, 34 and 1F. RGB value is (43,52,31). Sum of RGB (Red+Green+Blue) = 43+52+31=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #2B341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B341F is #D4CBE0. Grayscale: #2E2E2E. Windows color (decimal): -13945825 or 2044971. OLE color: 2044971.

HSL color Cylindrical-coordinate representation of color #2B341F: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B341F is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB435231-
CMYK0.1700.400.80
HSL85.71º25.3%16.27%-
HSV(B)85.71º40.38%20.39%-
XYZ2.473.071.76-
YUV46.92119.02125.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.13%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=34.13%
G=41.27%
B=24.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4352310.1700.400.8085.7125.316.27
Hex2B341F1102850561910
Octal536437210501201263120
Binary10101111010011111100010101000101000010101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,52,31); }

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

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

 a { background-color: rgb(43,52,31); }

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

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

 span { border-color: rgb(43,52,31); }

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