#202E11

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

Shades of Pine Tree #202E11

Tints of Pine Tree #202E11

Color information

#202E11 (or 0x202E11) is unknown color: approx Pine Tree. HEX triplet: 20, 2E and 11. RGB value is (32,46,17). Sum of RGB (Red+Green+Blue) = 32+46+17=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #202E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202E11 is #DFD1EE. Grayscale: #262626. Windows color (decimal): -14668271 or 1125920. OLE color: 1125920.

HSL color Cylindrical-coordinate representation of color #202E11: hue angle of 88.97º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #202E11 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB324617-
CMYK0.3000.630.82
HSL88.97º46.03%12.35%-
HSV(B)88.97º63.04%18.04%-
XYZ1.672.30.89-
YUV38.51115.86123.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 46 (18.36% from 255) = 48.42%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=33.68%
G=48.42%
B=17.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3246170.3000.630.8288.9746.0312.35
Hex202E111E03F52592ec
Octal405621360771221315614
Binary10000010111010001111100111111101001010110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202E11; }

 p { color: rgb(32,46,17); }

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

<style>
 a { background-color: #202E11; }

 a { background-color: rgb(32,46,17); }

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

<style>
 span { border-color: #202E11; }

 span { border-color: rgb(32,46,17); }

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