#2A3318

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

Shades of Pine Tree #2A3318

Tints of Pine Tree #2A3318

Color information

#2A3318 (or 0x2A3318) is unknown color: approx Pine Tree. HEX triplet: 2A, 33 and 18. RGB value is (42,51,24). Sum of RGB (Red+Green+Blue) = 42+51+24=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #2A3318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3318 is #D5CCE7. Grayscale: #2D2D2D. Windows color (decimal): -14011624 or 1585962. OLE color: 1585962.

HSL color Cylindrical-coordinate representation of color #2A3318: hue angle of 80º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A3318 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB425124-
CMYK0.1800.530.8
HSL80º36%14.71%-
HSV(B)80º52.94%20%-
XYZ2.32.931.31-
YUV45.23116.02125.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.90%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=35.90%
G=43.59%
B=20.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4251240.1800.530.8803614.71
Hex2A331812035505024f
Octal526330220651201204417
Binary10101011001111000100100110101101000010100001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,51,24); }

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

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

 a { background-color: rgb(42,51,24); }

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

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

 span { border-color: rgb(42,51,24); }

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