#2A3912

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

Shades of Pine Tree #2A3912

Tints of Pine Tree #2A3912

Color information

#2A3912 (or 0x2A3912) is unknown color: approx Pine Tree. HEX triplet: 2A, 39 and 12. RGB value is (42,57,18). Sum of RGB (Red+Green+Blue) = 42+57+18=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3912 is #D5C6ED. Grayscale: #303030. Windows color (decimal): -14010094 or 1194282. OLE color: 1194282.

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

Color convert

RGB425718-
CMYK0.2600.680.78
HSL83.08º52%14.71%-
HSV(B)83.08º68.42%22.35%-
XYZ2.533.461.11-
YUV48.07111.03123.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.90%
GREEN value IS 57 (22.66% from 255) = 48.72%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=35.90%
G=48.72%
B=15.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257180.2600.680.7883.085214.71
Hex2A39121A0444E5334f
Octal5271223201041161236417
Binary101010111001100101101001000100100111010100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,18); }

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

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

 a { background-color: rgb(42,57,18); }

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

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

 span { border-color: rgb(42,57,18); }

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