Html Css Color HEX #203321 Gordons Green

📋 copy color: '#203321'

red 32 ◦ green 51 ◦ blue 33

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

Shades of Gordons Green #203321

Tints of Gordons Green #203321

RGB

 RED value IS 32 (12.89% from 255) = 27.59%

 GREEN value IS 51 (20.31% from 255) = 43.97%

 BLUE value IS 33 (13.28% from 255) = 28.45%

R = 27.59%
G = 43.97%
B = 28.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#203321 (or 0x203321) is known color: Gordons Green. HEX triplet: 20, 33 and 21. RGB value is (32,51,33). Sum of RGB (Red+Green+Blue) = 32+51+33=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #203321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203321 is #DFCCDE. Grayscale: #2B2B2B. Windows color (decimal): -14666975 or 2175776. OLE color: 2175776.

HSL color Cylindrical-coordinate representation of color #203321: hue angle of 123.16º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203321 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 32 51 33 -
CMYK 0.37 0 0.35 0.8
HSL 123.16º 0.23% 0.16% -
HSV(B) 123.16º 0.37% 0.2% -
XYZ 2.05 2.78 1.87 -
YUV 43.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 32 51 33 0.37 0 0.35 0.8 123.16 0.23 0.16
Hex 20 33 21 25 0 23 50 7B 17 10
Octal 40 63 41 45 0 43 120 173 27 20
Binary 100000 110011 100001 100101 0 100011 1010000 1111011 10111 10000

Color Harmonies of #203321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203321

Black with #203321

Text Example


Text Example

White with #203321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203321; }

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

 H1.HeaderClassName
 {
   color: #203321;
 }
 .AnyTagClassName
 {
   color: #203321;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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