#2A3911

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

Shades of Pine Tree #2A3911

Tints of Pine Tree #2A3911

Color information

#2A3911 (or 0x2A3911) is unknown color: approx Pine Tree. HEX triplet: 2A, 39 and 11. RGB value is (42,57,17). Sum of RGB (Red+Green+Blue) = 42+57+17=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3911 is #D5C6EE. Grayscale: #303030. Windows color (decimal): -14010095 or 1128746. OLE color: 1128746.

HSL color Cylindrical-coordinate representation of color #2A3911: hue angle of 82.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A3911 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB425717-
CMYK0.2600.700.78
HSL82.5º54.05%14.51%-
HSV(B)82.5º70.18%22.35%-
XYZ2.523.461.07-
YUV47.96110.53123.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.21%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=36.21%
G=49.14%
B=14.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257170.2600.700.7882.554.0514.51
Hex2A39111A0464E5236f
Octal5271213201061161226617
Binary101010111001100011101001000110100111010100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,17); }

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

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

 a { background-color: rgb(42,57,17); }

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

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

 span { border-color: rgb(42,57,17); }

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