#2A4012

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

Shades of Pine Tree #2A4012

Tints of Pine Tree #2A4012

Color information

#2A4012 (or 0x2A4012) is unknown color: approx Pine Tree. HEX triplet: 2A, 40 and 12. RGB value is (42,64,18). Sum of RGB (Red+Green+Blue) = 42+64+18=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4012 is #D5BFED. Grayscale: #343434. Windows color (decimal): -14008302 or 1196074. OLE color: 1196074.

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

Color convert

RGB426418-
CMYK0.3400.720.75
HSL88.7º56.1%16.08%-
HSV(B)88.7º71.88%25.1%-
XYZ2.94.21.23-
YUV52.18108.71120.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=33.87%
G=51.61%
B=14.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264180.3400.720.7588.756.116.08
Hex2A4012220484B593810
Octal52100224201101131317020
Binary101010100000010010100010010010001001011101100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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