#20322D

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

Shades of Racing Green #20322D

Tints of Racing Green #20322D

Color information

#20322D (or 0x20322D) is unknown color: approx Racing Green. HEX triplet: 20, 32 and 2D. RGB value is (32,50,45). Sum of RGB (Red+Green+Blue) = 32+50+45=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #20322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20322D is #DFCDD2. Grayscale: #2C2C2C. Windows color (decimal): -14667219 or 2961952. OLE color: 2961952.

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

Color convert

RGB325045-
CMYK0.3600.100.80
HSL163.33º21.95%16.08%-
HSV(B)163.33º36%19.61%-
XYZ2.212.782.9-
YUV44.05128.54119.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=25.20%
G=39.37%
B=35.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3250450.3600.100.80163.3321.9516.08
Hex20322D240A50a31610
Octal406255440121202432620
Binary100000110010101101100100010101010000101000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20322D; }

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

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

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

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

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

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

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

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