#2A4013

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

Shades of Pine Tree #2A4013

Tints of Pine Tree #2A4013

Color information

#2A4013 (or 0x2A4013) is unknown color: approx Pine Tree. HEX triplet: 2A, 40 and 13. RGB value is (42,64,19). Sum of RGB (Red+Green+Blue) = 42+64+19=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4013 is #D5BFEC. Grayscale: #343434. Windows color (decimal): -14008301 or 1261610. OLE color: 1261610.

HSL color Cylindrical-coordinate representation of color #2A4013: hue angle of 89.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A4013 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB426419-
CMYK0.3400.700.75
HSL89.33º54.22%16.27%-
HSV(B)89.33º70.31%25.1%-
XYZ2.914.211.27-
YUV52.29109.21120.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 19 (7.81% from 255) = 15.2%
R=33.6%
G=51.2%
B=15.2%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264190.3400.700.7589.3354.2216.27
Hex2A4013220464B593610
Octal52100234201061131316620
Binary101010100000010011100010010001101001011101100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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