#202920

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

Shades of Gordons Green #202920

Tints of Gordons Green #202920

Color information

#202920 (or 0x202920) is unknown color: approx Gordons Green. HEX triplet: 20, 29 and 20. RGB value is (32,41,32). Sum of RGB (Red+Green+Blue) = 32+41+32=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 41 - color contains mainly: green. Hex color #202920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202920 is #DFD6DF. Grayscale: #252525. Windows color (decimal): -14669536 or 2107680. OLE color: 2107680.

HSL color Cylindrical-coordinate representation of color #202920: hue angle of 120º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #202920 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB324132-
CMYK0.2200.220.84
HSL120º12.33%14.31%-
HSV(B)120º21.95%16.08%-
XYZ1.6521.67-
YUV37.28125.02124.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=30.48%
G=39.05%
B=30.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3241320.2200.220.8412012.3314.31
Hex202920160165478ce
Octal405140260261241701416
Binary100000101001100000101100101101010100111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202920; }

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

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

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

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

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

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

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

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