#203201

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

Shades of Pine Tree #203201

Tints of Pine Tree #203201

Color information

#203201 (or 0x203201) is unknown color: approx Pine Tree. HEX triplet: 20, 32 and 01. RGB value is (32,50,1). Sum of RGB (Red+Green+Blue) = 32+50+1=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #203201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203201 is #DFCDFE. Grayscale: #272727. Windows color (decimal): -14667263 or 78368. OLE color: 78368.

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

Color convert

RGB32501-
CMYK0.3600.980.80
HSL82.04º96.08%10%-
HSV(B)82.04º98%19.61%-
XYZ1.742.590.44-
YUV39.03106.54122.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 50 (19.92% from 255) = 60.24%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=38.55%
G=60.24%
B=1.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal325010.3600.980.8082.0496.0810
Hex2032124062505260a
Octal4062144014212012214012
Binary1000001100101100100011000101010000101001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203201; }

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

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

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

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

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

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

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

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