#203211

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

Shades of Pine Tree #203211

Tints of Pine Tree #203211

Color information

#203211 (or 0x203211) is unknown color: approx Pine Tree. HEX triplet: 20, 32 and 11. RGB value is (32,50,17). Sum of RGB (Red+Green+Blue) = 32+50+17=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #203211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203211 is #DFCDEE. Grayscale: #282828. Windows color (decimal): -14667247 or 1126944. OLE color: 1126944.

HSL color Cylindrical-coordinate representation of color #203211: hue angle of 92.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #203211 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB325017-
CMYK0.3600.660.80
HSL92.73º49.25%13.14%-
HSV(B)92.73º66%19.61%-
XYZ1.842.630.94-
YUV40.86114.54121.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=32.32%
G=50.51%
B=17.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3250170.3600.660.8092.7349.2513.14
Hex20321124042505d31d
Octal4062214401021201356115
Binary1000001100101000110010001000010101000010111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203211; }

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

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

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

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

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

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

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

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