#2A3913

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

Shades of Pine Tree #2A3913

Tints of Pine Tree #2A3913

Color information

#2A3913 (or 0x2A3913) is unknown color: approx Pine Tree. HEX triplet: 2A, 39 and 13. RGB value is (42,57,19). Sum of RGB (Red+Green+Blue) = 42+57+19=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3913 is #D5C6EC. Grayscale: #303030. Windows color (decimal): -14010093 or 1259818. OLE color: 1259818.

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

Color convert

RGB425719-
CMYK0.2600.670.78
HSL83.68º50%14.9%-
HSV(B)83.68º66.67%22.35%-
XYZ2.543.471.15-
YUV48.18111.53123.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.59%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=35.59%
G=48.31%
B=16.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257190.2600.670.7883.685014.9
Hex2A39131A0434E5432f
Octal5271233201031161246217
Binary101010111001100111101001000011100111010101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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