#2A341A

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

Shades of Pine Tree #2A341A

Tints of Pine Tree #2A341A

Color information

#2A341A (or 0x2A341A) is unknown color: approx Pine Tree. HEX triplet: 2A, 34 and 1A. RGB value is (42,52,26). Sum of RGB (Red+Green+Blue) = 42+52+26=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #2A341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A341A is #D5CBE5. Grayscale: #2E2E2E. Windows color (decimal): -14011366 or 1717290. OLE color: 1717290.

HSL color Cylindrical-coordinate representation of color #2A341A: hue angle of 83.08º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A341A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB425226-
CMYK0.1900.500.80
HSL83.08º33.33%15.29%-
HSV(B)83.08º50%20.39%-
XYZ2.373.021.44-
YUV46.05116.69125.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=35%
G=43.33%
B=21.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4252260.1900.500.8083.0833.3315.29
Hex2A341A13032505321f
Octal526432230621201234117
Binary10101011010011010100110110010101000010100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,52,26); }

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

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

 a { background-color: rgb(42,52,26); }

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

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

 span { border-color: rgb(42,52,26); }

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