#2A4111

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

Shades of Pine Tree #2A4111

Tints of Pine Tree #2A4111

Color information

#2A4111 (or 0x2A4111) is unknown color: approx Pine Tree. HEX triplet: 2A, 41 and 11. RGB value is (42,65,17). Sum of RGB (Red+Green+Blue) = 42+65+17=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4111 is #D5BEEE. Grayscale: #343434. Windows color (decimal): -14008047 or 1130794. OLE color: 1130794.

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

Color convert

RGB426517-
CMYK0.3500.740.75
HSL88.75º58.54%16.08%-
HSV(B)88.75º73.85%25.49%-
XYZ2.954.311.21-
YUV52.65107.88120.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=33.87%
G=52.42%
B=13.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265170.3500.740.7588.7558.5416.08
Hex2A41112304A4B593b10
Octal52101214301121131317320
Binary101010100000110001100011010010101001011101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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