#202C20

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

Shades of Gordons Green #202C20

Tints of Gordons Green #202C20

Color information

#202C20 (or 0x202C20) is unknown color: approx Gordons Green. HEX triplet: 20, 2C and 20. RGB value is (32,44,32). Sum of RGB (Red+Green+Blue) = 32+44+32=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 44 - color contains mainly: green. Hex color #202C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202C20 is #DFD3DF. Grayscale: #272727. Windows color (decimal): -14668768 or 2108448. OLE color: 2108448.

HSL color Cylindrical-coordinate representation of color #202C20: hue angle of 120º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #202C20 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB324432-
CMYK0.2700.270.83
HSL120º15.79%14.9%-
HSV(B)120º27.27%17.25%-
XYZ1.762.211.7-
YUV39.04124.02122.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.63%
GREEN value IS 44 (17.58% from 255) = 40.74%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=29.63%
G=40.74%
B=29.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3244320.2700.270.8312015.7914.9
Hex202C201B01B537810f
Octal405440330331231702017
Binary1000001011001000001101101101110100111111000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202C20; }

 p { color: rgb(32,44,32); }

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

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

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

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

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

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

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