#2A371A

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

Shades of Pine Tree #2A371A

Tints of Pine Tree #2A371A

Color information

#2A371A (or 0x2A371A) is unknown color: approx Pine Tree. HEX triplet: 2A, 37 and 1A. RGB value is (42,55,26). Sum of RGB (Red+Green+Blue) = 42+55+26=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #2A371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A371A is #D5C8E5. Grayscale: #2F2F2F. Windows color (decimal): -14010598 or 1718058. OLE color: 1718058.

HSL color Cylindrical-coordinate representation of color #2A371A: hue angle of 86.9º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A371A is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB425526-
CMYK0.2400.530.78
HSL86.9º35.8%15.88%-
HSV(B)86.9º52.73%21.57%-
XYZ2.513.31.48-
YUV47.81115.69123.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.15%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=34.15%
G=44.72%
B=21.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4255260.2400.530.7886.935.815.88
Hex2A371A180354E572410
Octal526732300651161274420
Binary101010110111110101100001101011001110101011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,55,26); }

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

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

 a { background-color: rgb(42,55,26); }

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

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

 span { border-color: rgb(42,55,26); }

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