Html Css Color HEX #203221 Gordons Green

📋 copy color: '#203221'

red 32 ◦ green 50 ◦ blue 33

#203221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #203221

Tints of Gordons Green #203221

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.7%

R = 27.83%
G = 43.48%
B = 28.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#203221 (or 0x203221) is known color: 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

RGB 32 50 33 -
CMYK 0.36 0 0.34 0.80
HSL 123.33º 0.22% 0.16% -
HSV(B) 123.33º 0.36% 0.2% -
XYZ 2.01 2.7 1.85 -
YUV 42.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 32 50 33 0.36 0 0.34 0.80 123.33 0.22 0.16
Hex 20 32 21 24 0 22 50 7B 16 10
Octal 40 62 41 44 0 42 120 173 26 20
Binary 100000 110010 100001 100100 0 100010 1010000 1111011 10110 10000

Color Harmonies of #203221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203221

Black with #203221

Text Example


Text Example

White with #203221

Text Example


Text Example

HTML Codes & Css Web 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>