#2A3F15

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

Shades of Pine Tree #2A3F15

Tints of Pine Tree #2A3F15

Color information

#2A3F15 (or 0x2A3F15) is unknown color: approx Pine Tree. HEX triplet: 2A, 3F and 15. RGB value is (42,63,21). Sum of RGB (Red+Green+Blue) = 42+63+21=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3F15 is #D5C0EA. Grayscale: #343434. Windows color (decimal): -14008555 or 1392426. OLE color: 1392426.

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

Color convert

RGB426321-
CMYK0.3300.670.75
HSL90º50%16.47%-
HSV(B)90º66.67%24.71%-
XYZ2.874.11.35-
YUV51.93110.54120.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4263210.3300.670.75905016.47
Hex2A3F15210434B5a3210
Octal5277254101031131326220
Binary10101011111110101100001010000111001011101101011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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