Html Css Color HEX #203222 Gordons Green

📋 copy color: '#203222'

red 32 ◦ green 50 ◦ blue 34

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

Shades of Gordons Green #203222

Tints of Gordons Green #203222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.1%

 BLUE value IS 34 (13.67% from 255) = 29.31%

R = 27.59%
G = 43.1%
B = 29.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#203222 (or 0x203222) is known color: Gordons Green. HEX triplet: 20, 32 and 22. RGB value is (32,50,34). Sum of RGB (Red+Green+Blue) = 32+50+34=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #203222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203222 is #DFCDDD. Grayscale: #2A2A2A. Windows color (decimal): -14667230 or 2241056. OLE color: 2241056.

HSL color Cylindrical-coordinate representation of color #203222: hue angle of 126.67º 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 #203222 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 50 34 -
CMYK 0.36 0 0.32 0.80
HSL 126.67º 0.22% 0.16% -
HSV(B) 126.67º 0.36% 0.2% -
XYZ 2.02 2.7 1.93 -
YUV 42.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 32 50 34 0.36 0 0.32 0.80 126.67 0.22 0.16
Hex 20 32 22 24 0 20 50 7F 16 10
Octal 40 62 42 44 0 40 120 177 26 20
Binary 100000 110010 100010 100100 0 100000 1010000 1111111 10110 10000

Color Harmonies of #203222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203222

Black with #203222

Text Example


Text Example

White with #203222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203222; }

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

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

background-color css

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

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

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

border-color css

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

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

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