#2A3A18

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

Shades of Pine Tree #2A3A18

Tints of Pine Tree #2A3A18

Color information

#2A3A18 (or 0x2A3A18) is unknown color: approx Pine Tree. HEX triplet: 2A, 3A and 18. RGB value is (42,58,24). Sum of RGB (Red+Green+Blue) = 42+58+24=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3A18 is #D5C5E7. Grayscale: #313131. Windows color (decimal): -14009832 or 1587754. OLE color: 1587754.

HSL color Cylindrical-coordinate representation of color #2A3A18: hue angle of 88.24º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A3A18 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB425824-
CMYK0.2800.590.77
HSL88.24º41.46%16.08%-
HSV(B)88.24º58.62%22.75%-
XYZ2.633.581.42-
YUV49.34113.7122.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 58 (23.05% from 255) = 46.77%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=33.87%
G=46.77%
B=19.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4258240.2800.590.7788.2441.4616.08
Hex2A3A181C03B4D582910
Octal527230340731151305120
Binary101010111010110001110001110111001101101100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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