#203221

Color #203221 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #203221

Tints of Gordons Green #203221

Color information

#203221 (or 0x203221) is unknown color: approx Gordons Green. HEX triplet: 20, 32 and 21. RGB value is (32,50,33). Sum of RGB (Red+Green+Blue) = 32+50+33=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #203221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203221 is #DFCDDE. Grayscale: #2A2A2A. Windows color (decimal): -14667231 or 2175520. OLE color: 2175520.

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

Color convert

RGB325033-
CMYK0.3600.340.80
HSL123.33º21.95%16.08%-
HSV(B)123.33º36%19.61%-
XYZ2.012.71.85-
YUV42.68122.54120.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.83%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=27.83%
G=43.48%
B=28.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3250330.3600.340.80123.3321.9516.08
Hex20322124022507b1610
Octal406241440421201732620
Binary1000001100101000011001000100010101000011110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203221; }

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

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

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

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

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

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

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

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