#20312E

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

Shades of Racing Green #20312E

Tints of Racing Green #20312E

Color information

#20312E (or 0x20312E) is unknown color: approx Racing Green. HEX triplet: 20, 31 and 2E. RGB value is (32,49,46). Sum of RGB (Red+Green+Blue) = 32+49+46=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #20312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20312E is #DFCED1. Grayscale: #2B2B2B. Windows color (decimal): -14667474 or 3027232. OLE color: 3027232.

HSL color Cylindrical-coordinate representation of color #20312E: hue angle of 169.41º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #20312E is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB324946-
CMYK0.3500.060.81
HSL169.41º20.99%15.88%-
HSV(B)169.41º34.69%19.22%-
XYZ2.192.72.99-
YUV43.58129.37119.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=25.20%
G=38.58%
B=36.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249460.3500.060.81169.4120.9915.88
Hex20312E230651a91510
Octal40615643061212512520
Binary10000011000110111010001101101010001101010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20312E; }

 p { color: rgb(32,49,46); }

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

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

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

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

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

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

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