#2E3921

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

Shades of Pine Tree #2E3921

Tints of Pine Tree #2E3921

Color information

#2E3921 (or 0x2E3921) is unknown color: approx Pine Tree. HEX triplet: 2E, 39 and 21. RGB value is (46,57,33). Sum of RGB (Red+Green+Blue) = 46+57+33=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3921 is #D1C6DE. Grayscale: #333333. Windows color (decimal): -13747935 or 2177326. OLE color: 2177326.

HSL color Cylindrical-coordinate representation of color #2E3921: hue angle of 87.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E3921 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB465733-
CMYK0.1900.420.78
HSL87.5º26.67%17.65%-
HSV(B)87.5º42.11%22.35%-
XYZ2.863.621.99-
YUV50.97117.86124.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.82%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=33.82%
G=41.91%
B=24.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4657330.1900.420.7887.526.6717.65
Hex2E39211302A4E581b12
Octal567141230521161303322
Binary101110111001100001100110101010100111010110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,57,33); }

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

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

 a { background-color: rgb(46,57,33); }

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

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

 span { border-color: rgb(46,57,33); }

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