#2A3715

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

Shades of Pine Tree #2A3715

Tints of Pine Tree #2A3715

Color information

#2A3715 (or 0x2A3715) is unknown color: approx Pine Tree. HEX triplet: 2A, 37 and 15. RGB value is (42,55,21). Sum of RGB (Red+Green+Blue) = 42+55+21=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3715 is #D5C8EA. Grayscale: #2F2F2F. Windows color (decimal): -14010603 or 1390378. OLE color: 1390378.

HSL color Cylindrical-coordinate representation of color #2A3715: hue angle of 82.94º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A3715 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB425521-
CMYK0.2400.620.78
HSL82.94º44.74%14.9%-
HSV(B)82.94º61.82%21.57%-
XYZ2.463.281.21-
YUV47.24113.19124.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.59%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=35.59%
G=46.61%
B=17.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4255210.2400.620.7882.9444.7414.9
Hex2A37151803E4E532df
Octal526725300761161235517
Binary10101011011110101110000111110100111010100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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