#2A3122

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

Shades of Pine Tree #2A3122

Tints of Pine Tree #2A3122

Color information

#2A3122 (or 0x2A3122) is unknown color: approx Pine Tree. HEX triplet: 2A, 31 and 22. RGB value is (42,49,34). Sum of RGB (Red+Green+Blue) = 42+49+34=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3122 is #D5CEDD. Grayscale: #2D2D2D. Windows color (decimal): -14012126 or 2240810. OLE color: 2240810.

HSL color Cylindrical-coordinate representation of color #2A3122: hue angle of 88º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A3122 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB424934-
CMYK0.1400.310.81
HSL88º18.07%16.27%-
HSV(B)88º30.61%19.22%-
XYZ2.342.81.93-
YUV45.2121.68125.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=33.6%
G=39.2%
B=27.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249340.1400.310.818818.0716.27
Hex2A3122E01F51581210
Octal526142160371211302220
Binary1010101100011000101110011111101000110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,34); }

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

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

 a { background-color: rgb(42,49,34); }

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

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

 span { border-color: rgb(42,49,34); }

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