#2A3C15

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

Shades of Pine Tree #2A3C15

Tints of Pine Tree #2A3C15

Color information

#2A3C15 (or 0x2A3C15) is unknown color: approx Pine Tree. HEX triplet: 2A, 3C and 15. RGB value is (42,60,21). Sum of RGB (Red+Green+Blue) = 42+60+21=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #2A3C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3C15 is #D5C3EA. Grayscale: #323232. Windows color (decimal): -14009323 or 1391658. OLE color: 1391658.

HSL color Cylindrical-coordinate representation of color #2A3C15: hue angle of 87.69º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A3C15 is Cyan = 0.3, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB426021-
CMYK0.300.650.76
HSL87.69º48.15%15.88%-
HSV(B)87.69º65%23.53%-
XYZ2.713.781.3-
YUV50.17111.54122.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.15%
GREEN value IS 60 (23.83% from 255) = 48.78%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=34.15%
G=48.78%
B=17.07%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4260210.300.650.7687.6948.1515.88
Hex2A3C151E0414C583010
Octal5274253601011141306020
Binary1010101111001010111110010000011001100101100011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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