#2A321B

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

Shades of Pine Tree #2A321B

Tints of Pine Tree #2A321B

Color information

#2A321B (or 0x2A321B) is unknown color: approx Pine Tree. HEX triplet: 2A, 32 and 1B. RGB value is (42,50,27). Sum of RGB (Red+Green+Blue) = 42+50+27=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #2A321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A321B is #D5CDE4. Grayscale: #2D2D2D. Windows color (decimal): -14011877 or 1782314. OLE color: 1782314.

HSL color Cylindrical-coordinate representation of color #2A321B: hue angle of 80.87º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A321B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB425027-
CMYK0.1600.460.80
HSL80.87º29.87%15.1%-
HSV(B)80.87º46%19.61%-
XYZ2.292.851.47-
YUV44.99117.85125.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=35.29%
G=42.02%
B=22.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4250270.1600.460.8080.8729.8715.1
Hex2A321B1002E50511ef
Octal526233200561201213617
Binary1010101100101101110000010111010100001010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,50,27); }

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

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

 a { background-color: rgb(42,50,27); }

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

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

 span { border-color: rgb(42,50,27); }

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