#2A3F11

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

Shades of Pine Tree #2A3F11

Tints of Pine Tree #2A3F11

Color information

#2A3F11 (or 0x2A3F11) is unknown color: approx Pine Tree. HEX triplet: 2A, 3F and 11. RGB value is (42,63,17). Sum of RGB (Red+Green+Blue) = 42+63+17=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3F11 is #D5C0EE. Grayscale: #333333. Windows color (decimal): -14008559 or 1130282. OLE color: 1130282.

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

Color convert

RGB426317-
CMYK0.3300.730.75
HSL87.39º57.5%15.69%-
HSV(B)87.39º73.02%24.71%-
XYZ2.834.091.17-
YUV51.48108.54121.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 63 (25% from 255) = 51.64%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=34.43%
G=51.64%
B=13.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4263170.3300.730.7587.3957.515.69
Hex2A3F11210494B573a10
Octal5277214101111131277220
Binary10101011111110001100001010010011001011101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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